python black
This commit is contained in:
parent
46b7f9a778
commit
cd29a0e0fe
@ -628,7 +628,11 @@ class FIDO2Tests(Tester):
|
|||||||
user,
|
user,
|
||||||
key_params,
|
key_params,
|
||||||
expectedError=CtapError.ERR.SUCCESS,
|
expectedError=CtapError.ERR.SUCCESS,
|
||||||
other={"exclude_list": [{"id": b"1234", "type": "mangoPapayaCoconutNotAPublicKey"}]},
|
other={
|
||||||
|
"exclude_list": [
|
||||||
|
{"id": b"1234", "type": "mangoPapayaCoconutNotAPublicKey"}
|
||||||
|
]
|
||||||
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
self.testMC(
|
self.testMC(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user