Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
seallard committed Mar 8, 2024
1 parent 1f9fcaf commit 5e519a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/services/test_authentication_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_refresh_access_token(
encryption_service: EncryptionService,
user_email: str,
):
# GIVEN an encrypted access token
# GIVEN an encrypted refresh token
encrypted_refresh_token: str = encryption_service.encrypt("refresh_token")

# GIVEN an existing user with the refresh token
Expand Down

0 comments on commit 5e519a0

Please sign in to comment.