mirror of
https://github.com/polhenarejos/pico-openpgp.git
synced 2026-08-27 15:07:07 +01:00
9 lines
239 B
Python
9 lines
239 B
Python
from card_test_reset_pw3 import *
|
|
from card_const import FACTORY_PASSPHRASE_PW3
|
|
|
|
|
|
def test_restore_adminfull_mode(card):
|
|
r = card.change_passwd(3, FACTORY_PASSPHRASE_PW3,
|
|
FACTORY_PASSPHRASE_PW3)
|
|
assert r
|