mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-26 00:18:15 +00:00
tests: remove unnecessary passphrase_on_host
This commit is contained in:
parent
9c75e27433
commit
49727740bc
@ -52,7 +52,6 @@ class TestDeviceLoad:
|
|||||||
passphrase_protection=True,
|
passphrase_protection=True,
|
||||||
label="test",
|
label="test",
|
||||||
)
|
)
|
||||||
client.passphrase_on_host = True
|
|
||||||
client.set_passphrase("passphrase")
|
client.set_passphrase("passphrase")
|
||||||
state = client.debug.state()
|
state = client.debug.state()
|
||||||
assert state.mnemonic_secret == MNEMONIC12.encode()
|
assert state.mnemonic_secret == MNEMONIC12.encode()
|
||||||
@ -106,7 +105,6 @@ class TestDeviceLoad:
|
|||||||
u"Neuve\u030cr\u030citelne\u030c bezpec\u030cne\u0301 hesli\u0301c\u030cko"
|
u"Neuve\u030cr\u030citelne\u030c bezpec\u030cne\u0301 hesli\u0301c\u030cko"
|
||||||
)
|
)
|
||||||
|
|
||||||
client.passphrase_on_host = True
|
|
||||||
debuglink.load_device(
|
debuglink.load_device(
|
||||||
client,
|
client,
|
||||||
mnemonic=words_nfkd,
|
mnemonic=words_nfkd,
|
||||||
|
Loading…
Reference in New Issue
Block a user