mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-12 11:58:47 +00:00
fixup! fixup! fixup! fixup! fixup! fixup! test: update upgrade tests
This commit is contained in:
parent
33349c1807
commit
18a2527f4c
@ -57,7 +57,7 @@ LABEL = "test"
|
|||||||
STRENGTH = 128
|
STRENGTH = 128
|
||||||
|
|
||||||
|
|
||||||
def _get_session(client: "Client", passphrase: str | object = "") -> Session:
|
def _get_session(client: "Client", passphrase: str | object = "") -> "Session":
|
||||||
if client.protocol_version != ProtocolVersion.V1:
|
if client.protocol_version != ProtocolVersion.V1:
|
||||||
return client.get_session(passphrase=passphrase)
|
return client.get_session(passphrase=passphrase)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user