Skip to content

Commit 31fa435

Browse files
committed
fix test
1 parent 5b9015e commit 31fa435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_descope_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ def test_jwt_validation_leeway(self):
824824
self.assertEqual(cm.exception.status_code, 400)
825825
self.assertEqual(
826826
cm.exception.error_message,
827-
"Received Invalid token times error due to time glitch (between machines) during jwt validation, try to set the jwt_validation_leeway parameter (in DescopeClient) to higher value than 5sec which is the default",
827+
"Received Invalid token (nbf in future) during jwt validation. Error can be due to time glitch (between machines), try to set the jwt_validation_leeway parameter (in DescopeClient) to higher value than 5sec which is the default",
828828
)
829829

830830
def test_select_tenant(self):

0 commit comments

Comments
 (0)