We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a5d6b commit 54595d9Copy full SHA for 54595d9
tests/test_session.py
@@ -794,7 +794,7 @@ async def test_expose_access_token_to_frontend_in_cookie_based_auth(
794
assert response.status_code == 200
795
assert len(response.headers["st-access-token"]) > 0
796
797
- reset(stop_core=False)
+ reset()
798
799
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
800
init(**args) # type: ignore
0 commit comments