tests: remove unnecessary passphrase_on_host

pull/803/head
matejcik 4 years ago committed by Pavol Rusnak
parent 9c75e27433
commit 49727740bc
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -52,7 +52,6 @@ class TestDeviceLoad:
passphrase_protection=True,
label="test",
)
client.passphrase_on_host = True
client.set_passphrase("passphrase")
state = client.debug.state()
assert state.mnemonic_secret == MNEMONIC12.encode()
@ -106,7 +105,6 @@ class TestDeviceLoad:
u"Neuve\u030cr\u030citelne\u030c bezpec\u030cne\u0301 hesli\u0301c\u030cko"
)
client.passphrase_on_host = True
debuglink.load_device(
client,
mnemonic=words_nfkd,

Loading…
Cancel
Save