Skip to content

Commit c25497e

Browse files
Update tests/unit/plugins/modules/test_keycloak_realm_localization.py
Co-authored-by: Felix Fontein <[email protected]>
1 parent fd26fb9 commit c25497e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/plugins/modules/test_keycloak_realm_localization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def mock_good_connection():
8181

8282
class TestKeycloakRealmLocalization(ModuleTestCase):
8383
def setUp(self):
84-
super(TestKeycloakRealmLocalization, self).setUp()
84+
super().setUp()
8585
self.module = keycloak_realm_localization
8686

8787
def test_present_no_change_in_sync(self):

0 commit comments

Comments
 (0)