Send RESET with proper P1/P2

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-12-27 00:33:19 +01:00
parent 20345ebd10
commit dc6f25caf3

View File

@@ -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