From 5e519a0df335ad1e07547da62fd81f658d592a97 Mon Sep 17 00:00:00 2001 From: Sebastian Allard Date: Fri, 8 Mar 2024 14:20:07 +0100 Subject: [PATCH] Fix comment --- tests/integration/services/test_authentication_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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