1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-23 13:02:03 +00:00

fixup! fix(tests): port legacy device tests to trezorlib with sessions

This commit is contained in:
M1nd3r 2025-02-20 11:53:49 +01:00
parent 357d4f170a
commit 6d8ac21796

View File

@ -1229,6 +1229,8 @@ class TrezorClientDebugLink(TrezorClient):
self.transport, self.debug.allow_interactions
)
new_client.debug.screenshot_recording_dir = self.debug.screenshot_recording_dir
new_client.debug.t1_screenshot_directory = self.debug.t1_screenshot_directory
new_client.debug.t1_screenshot_counter = self.debug.t1_screenshot_counter
return new_client
def reset_debug_features(self, new_seedless_session: bool = False) -> None: