1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-21 09:39:02 +00:00

fixup! test: update device tests

This commit is contained in:
M1nd3r 2025-03-27 14:17:41 +01:00
parent 1bfcdf1525
commit 295718c02a
2 changed files with 2 additions and 3 deletions

View File

@ -96,9 +96,7 @@ def test_cardano_get_address(session: Session, chunkify: bool, parameters, resul
)
def test_cardano_get_public_key(session: Session, parameters, result):
with session:
IF = InputFlowShowXpubQRCode(
session.client, passphrase=bool(session.passphrase)
)
IF = InputFlowShowXpubQRCode(session.client, passphrase_request_expected=False)
session.set_input_flow(IF.get())
# session.init_device(new_session=True, derive_cardano=True)

View File

@ -21,6 +21,7 @@ from trezorlib.debuglink import SessionDebugWrapper as Session
@pytest.mark.setup_client(uninitialized=True)
@pytest.mark.uninitialized_session
@pytest.mark.models("safe")
def test_tutorial(session: Session):
device.show_device_tutorial(session)