1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

tests: remove unnecessary passphrase_on_host

This commit is contained in:
matejcik 2020-01-31 17:00:24 +01:00 committed by Pavol Rusnak
parent 9c75e27433
commit 49727740bc
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

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