fix tests

This commit is contained in:
merlokk 2019-07-04 20:14:24 +03:00
parent 151e1d0e9b
commit 2272e69e15

View File

@ -223,7 +223,7 @@ class FIDO2Tests(Tester):
with Test("Get shared secret"):
key_agreement, shared_secret = (
self.client.pin_protocol._init_shared_secret()
self.client.pin_protocol.get_shared_secret()
)
cipher = Cipher(
algorithms.AES(shared_secret),