Skip to content

Commit 3345f53

Browse files
committed
[py]: add missing assert for test_bespoke_options_for_virtual_authenticator
1 parent 4abc122 commit 3345f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/test/unit/selenium/webdriver/virtual_authenticator/virtual_authenticator_options_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def options():
2626

2727

2828
def test_bespoke_options_for_virtual_authenticator():
29-
va = VirtualAuthenticatorOptions(
29+
assert VirtualAuthenticatorOptions(
3030
protocol="ctap1/u2f",
3131
transport="ble",
3232
has_resident_key=True,

0 commit comments

Comments
 (0)