1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-03 22:58:46 +00:00

fixup! chore(tests): adapt testing framework to session based

This commit is contained in:
M1nd3r 2025-03-19 16:41:06 +01:00
parent a129a05afd
commit 0e64763f85

View File

@ -349,7 +349,7 @@ def _client_unlocked(
label="test",
needs_backup=setup_params["needs_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"]