mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-31 09:50:58 +00:00
test: fix device test test_authorize_coinjoin
[no changelog]
This commit is contained in:
parent
6513dfca78
commit
7edc8dc0f6
@ -793,7 +793,7 @@ def test_get_address(session: Session):
|
||||
|
||||
def test_multisession_authorization(client: Client):
|
||||
# Authorize CoinJoin with www.example1.com in session 1.
|
||||
session1 = client.get_session()
|
||||
session1 = client.get_session(session_id=1)
|
||||
|
||||
btc.authorize_coinjoin(
|
||||
session1,
|
||||
@ -805,7 +805,7 @@ def test_multisession_authorization(client: Client):
|
||||
coin_name="Testnet",
|
||||
script_type=messages.InputScriptType.SPENDTAPROOT,
|
||||
)
|
||||
session2 = client.get_session()
|
||||
session2 = client.get_session(session_id=2)
|
||||
# Open a second session.
|
||||
# session_id1 = session.session_id
|
||||
# TODO client.init_device(new_session=True)
|
||||
|
Loading…
Reference in New Issue
Block a user