Improving tests

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2024-08-25 00:10:23 +02:00
parent 902a988350
commit 5a31405244
2 changed files with 6 additions and 4 deletions

View File

@@ -20,6 +20,8 @@
from fido2.client import CtapError
from fido2.cose import ES256, ES384, ES512
import fido2.features
fido2.features.webauthn_json_mapping.enabled = False
from utils import ES256K
import pytest