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