mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-31 01:41:18 +00:00
test: fix device test enable_labeling
[no changelog]
This commit is contained in:
parent
77a5bb33ae
commit
2c40ff3371
@ -33,7 +33,7 @@ def test_encrypt(client: Client):
|
||||
client.debug.swipe_up()
|
||||
client.debug.press_yes()
|
||||
|
||||
session = Session(client.get_management_session())
|
||||
session = Session(client.get_session())
|
||||
with client, session:
|
||||
client.set_input_flow(input_flow())
|
||||
misc.encrypt_keyvalue(
|
||||
|
Loading…
Reference in New Issue
Block a user