From ad215c0458dd62ec2263992b77ccb8f7b7ea7b62 Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Mon, 30 Dec 2024 15:27:38 +0100 Subject: [PATCH] fix(test): update slip39 backup device test [no changelog] --- tests/device_tests/test_msg_backup_device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/device_tests/test_msg_backup_device.py b/tests/device_tests/test_msg_backup_device.py index 448c7539be..52540a9921 100644 --- a/tests/device_tests/test_msg_backup_device.py +++ b/tests/device_tests/test_msg_backup_device.py @@ -95,7 +95,7 @@ def test_backup_slip39_basic(session: Session, click_info: bool): def test_backup_slip39_single(session: Session): assert session.features.backup_availability == messages.BackupAvailability.Required - with session, session.client as client: + with session.client as client: IF = InputFlowBip39Backup( client, confirm_success=(client.layout_type is not LayoutType.Delizia) )