diff --git a/tests/conftest.py b/tests/conftest.py index dd0c9c8..e73c072 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -438,5 +438,5 @@ def select_oath(ccid_card): @pytest.fixture(scope="class") def reset_oath(select_oath): - send_apdu(select_oath, 0x04, p1=0, p2=0) + send_apdu(select_oath, 0x04, p1=0xde, p2=0xad) return select_oath