refactor: fix lint warnings in webauthn login tests
This commit is contained in:
parent
ebe5497879
commit
cd9469342b
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ async def test_webauthn_login_complete_without_state_returns_400(client: AsyncCl
|
||||||
|
|
||||||
async def test_webauthn_login_complete_returns_json_redirect(client: AsyncClient) -> None:
|
async def test_webauthn_login_complete_returns_json_redirect(client: AsyncClient) -> None:
|
||||||
"""After successful auth, complete endpoint returns JSON with redirect URL."""
|
"""After successful auth, complete endpoint returns JSON with redirect URL."""
|
||||||
userid, _pk, credential_id, _att = await _setup_user_with_webauthn(client)
|
_userid, _pk, _credential_id, _att = await _setup_user_with_webauthn(client)
|
||||||
|
|
||||||
# Begin to get state into session
|
# Begin to get state into session
|
||||||
res1 = await client.get("/login/webauthn/begin")
|
res1 = await client.get("/login/webauthn/begin")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue