mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-29 00:31:02 +00:00
fix(test): update slip39 backup device test
[no changelog]
This commit is contained in:
parent
04b3bb5fcf
commit
ebd20394cf
@ -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