Skip to content

Commit 43a2e5b

Browse files
committed
Increase expiry
1 parent 37bbc0a commit 43a2e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_1_user.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def test_user_registration_tokens_create():
352352
)
353353
assert len(result["token"]) == 10
354354
assert result["uses_allowed"] == 10
355-
expiry = Utility.get_current_time(3)
355+
expiry = Utility.get_current_time(5)
356356
result = user_handler.registration_tokens.create(
357357
expiry_time=expiry
358358
)

0 commit comments

Comments
 (0)