Skip to content

Commit

Permalink
Fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetBala-AOT authored Feb 15, 2024
1 parent d1cfeb4 commit 927f38c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions met-api/tests/unit/services/test_keycloak.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"""
# from met_api.services.keycloak import KeycloakService
# from tests.utilities.factory_scenarios import KeycloakScenario
#
#
# KEYCLOAK_SERVICE = KeycloakService()

# TODO: Replace this test with one that gets user composite roles
Expand Down Expand Up @@ -50,4 +50,4 @@
# # add the group
# KEYCLOAK_SERVICE.add_user_to_group(user_id, '%s' % group_name)
# user_group = KEYCLOAK_SERVICE.get_users_groups([user_id])
# assert group_name in user_group.get(user_id)
# assert group_name in user_group.get(user_id)

0 comments on commit 927f38c

Please sign in to comment.