Skip to content

Commit 623f565

Browse files
Merge pull request #434 from supertokens/fix/0.14-patch-test
test: Fix failing test for the 0.14 patch release
2 parents 33a5d6b + 54595d9 commit 623f565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ async def test_expose_access_token_to_frontend_in_cookie_based_auth(
794794
assert response.status_code == 200
795795
assert len(response.headers["st-access-token"]) > 0
796796

797-
reset(stop_core=False)
797+
reset()
798798

799799
args = get_st_init_args([session.init(expose_access_token_to_frontend_in_cookie_based_auth=False, get_token_transfer_method=lambda *_: "cookie")]) # type: ignore
800800
init(**args) # type: ignore

0 commit comments

Comments
 (0)