Skip to content

Commit

Permalink
[py]: add missing assert for test_bespoke_options_for_virtual_authent…
Browse files Browse the repository at this point in the history
…icator
  • Loading branch information
symonk committed Dec 10, 2022
1 parent 4abc122 commit 3345f53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def options():


def test_bespoke_options_for_virtual_authenticator():
va = VirtualAuthenticatorOptions(
assert VirtualAuthenticatorOptions(
protocol="ctap1/u2f",
transport="ble",
has_resident_key=True,
Expand Down

0 comments on commit 3345f53

Please sign in to comment.