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 3345f53 commit 29fc508Copy full SHA for 29fc508
py/test/unit/selenium/webdriver/virtual_authenticator/virtual_authenticator_options_tests.py
@@ -32,14 +32,14 @@ def test_bespoke_options_for_virtual_authenticator():
32
has_resident_key=True,
33
has_user_verification=True,
34
is_user_consenting=False,
35
- is_user_verified=True
+ is_user_verified=True,
36
).to_dict() == {
37
"protocol": "ctap1/u2f",
38
"transport": "ble",
39
"hasResidentKey": True,
40
"hasUserVerification": True,
41
"isUserConsenting": False,
42
- "isUserVerified": True
+ "isUserVerified": True,
43
}
44
45
0 commit comments