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 6920102 commit 86d5472Copy full SHA for 86d5472
tests/test_webauthn.py
@@ -543,7 +543,7 @@ async def test_update_finish(self):
543
mock_post.return_value.is_success = False
544
with self.assertRaises(AuthException):
545
await futu_await(
546
- await futu_await(webauthn.update_finish("t01", "response01"))
+ webauthn.update_finish("t01", "response01")
547
)
548
549
# Test success flow
0 commit comments