From 2272e69e15d68ed63a6497b71bbb3fcc53f04195 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Thu, 4 Jul 2019 20:14:24 +0300 Subject: [PATCH] fix tests --- tools/testing/tests/fido2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/tests/fido2.py b/tools/testing/tests/fido2.py index 94a361d..88fbe9d 100644 --- a/tools/testing/tests/fido2.py +++ b/tools/testing/tests/fido2.py @@ -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),