Revert "Add card personalize 2 tests"

This reverts commit 0c46c1d25ce3c109bb8014914bd812a2a000f0ac.
This commit is contained in:
Pol Henarejos
2025-05-13 15:44:42 +02:00
parent b62573a6bd
commit 1a24a9ed1b
7 changed files with 15 additions and 36 deletions

View File

@@ -29,7 +29,7 @@ from constants_for_test import *
class Test_Card_PK_OPs_KG(object):
def test_verify_pw3_0(self, card):
v = card.verify(3, FACTORY_PASSPHRASE_PW3)
v = card.verify(3, PW3_TEST0)
assert v
def test_signature_sigkey(self, card):