From 0f56ad30111e223dde639943f6adb38b420f3b8c Mon Sep 17 00:00:00 2001 From: Taras Yatsurak Date: Fri, 13 Sep 2024 14:52:37 +0300 Subject: [PATCH] fix: change formatting --- tests/test_keycloak_uma.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_keycloak_uma.py b/tests/test_keycloak_uma.py index ca240b6..09f7aa8 100644 --- a/tests/test_keycloak_uma.py +++ b/tests/test_keycloak_uma.py @@ -109,7 +109,8 @@ def test_uma_resource_sets(uma: KeycloakUMA): assert len(resource_set_list_ids) == 0 # With matchingUri query option resource_set_list_ids = uma.resource_set_list_ids( - uri="/some_resources/resource", matchingUri=True) + uri="/some_resources/resource", matchingUri=True + ) assert len(resource_set_list_ids) == 1 # Test create the same resource set