fix tests
This commit is contained in:
parent
151e1d0e9b
commit
2272e69e15
@ -223,7 +223,7 @@ class FIDO2Tests(Tester):
|
|||||||
|
|
||||||
with Test("Get shared secret"):
|
with Test("Get shared secret"):
|
||||||
key_agreement, shared_secret = (
|
key_agreement, shared_secret = (
|
||||||
self.client.pin_protocol._init_shared_secret()
|
self.client.pin_protocol.get_shared_secret()
|
||||||
)
|
)
|
||||||
cipher = Cipher(
|
cipher = Cipher(
|
||||||
algorithms.AES(shared_secret),
|
algorithms.AES(shared_secret),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user