Skip to content

Commit 86d5472

Browse files
LioriECopilot
andauthored
Update tests/test_webauthn.py
Co-authored-by: Copilot <[email protected]>
1 parent 6920102 commit 86d5472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_webauthn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ async def test_update_finish(self):
543543
mock_post.return_value.is_success = False
544544
with self.assertRaises(AuthException):
545545
await futu_await(
546-
await futu_await(webauthn.update_finish("t01", "response01"))
546+
webauthn.update_finish("t01", "response01")
547547
)
548548

549549
# Test success flow

0 commit comments

Comments
 (0)