diff --git a/tests/integration/services/test_authentication_service.py b/tests/integration/services/test_authentication_service.py index 05a9b174..581d82fa 100644 --- a/tests/integration/services/test_authentication_service.py +++ b/tests/integration/services/test_authentication_service.py @@ -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