mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-20 00:59:02 +00:00
fixup! chore(tests): adapt testing framework to session based
This commit is contained in:
parent
544b61340b
commit
b58fb9351e
@ -53,6 +53,7 @@ class BackgroundDeviceHandler:
|
||||
def _configure_client(self, client: "Client") -> None:
|
||||
self.client = client
|
||||
self.client.ui = NullUI # type: ignore [NullUI is OK UI]
|
||||
self.client.button_callback = self.client.ui.button_request
|
||||
self.client.watch_layout(True)
|
||||
|
||||
def run_with_session(
|
||||
|
Loading…
Reference in New Issue
Block a user