mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-18 05:58:45 +00:00
fixup! chore(tests): adapt testing framework to session based
This commit is contained in:
parent
a129a05afd
commit
0e64763f85
@ -349,7 +349,7 @@ def _client_unlocked(
|
|||||||
label="test",
|
label="test",
|
||||||
needs_backup=setup_params["needs_backup"], # type: ignore
|
needs_backup=setup_params["needs_backup"], # type: ignore
|
||||||
no_backup=setup_params["no_backup"], # type: ignore
|
no_backup=setup_params["no_backup"], # type: ignore
|
||||||
_skip_init_device=True,
|
_skip_init_device=not use_passphrase,
|
||||||
)
|
)
|
||||||
_raw_client._setup_pin = setup_params["pin"]
|
_raw_client._setup_pin = setup_params["pin"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user