mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-25 23:01:02 +00:00
fix(test): update slip39 backup device test
[no changelog]
This commit is contained in:
parent
ab82239106
commit
ad215c0458
@ -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)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user