Skip to content

Commit

Permalink
black for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sametd committed Feb 4, 2025
1 parent a933475 commit bcb2047
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/integration/auth/test_apikeys.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#

"""
Tests the KeyGenerator abstraction for creating api keys, and the apikey_authentication handler
for validating those keys.
Tests the KeyGenerator abstraction for creating api keys, and the apikey_authentication handler
for validating those keys.
"""

Expand Down
8 changes: 4 additions & 4 deletions tests/integration/auth/test_identity.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
#

"""
Tests the Identity abstraction for adding and removing users.
Tests the Identity abstraction for adding and removing users.
Identity objects usually create users which are consumed by authentication and authorization handler.
Where possible, we also check that the users can be authenticated and authorized after the identity
service has craeted them.
Identity objects usually create users which are consumed by authentication and authorization handler.
Where possible, we also check that the users can be authenticated and authorized after the identity
service has craeted them.
"""

Expand Down

0 comments on commit bcb2047

Please sign in to comment.