1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-05 20:31:01 +00:00

fixup! fix(tests): fix screen recording for persistance tests on THP builds [no changelog]

This commit is contained in:
M1nd3r 2025-02-03 12:11:52 +01:00
parent 501864a83a
commit f0c630c159

View File

@ -8,8 +8,8 @@ import pytest
from _pytest.nodes import Node from _pytest.nodes import Node
from _pytest.outcomes import Failed from _pytest.outcomes import Failed
from trezorlib.debuglink import TrezorClientDebugLink as Client
from trezorlib.client import ProtocolVersion from trezorlib.client import ProtocolVersion
from trezorlib.debuglink import TrezorClientDebugLink as Client
from . import common from . import common
from .common import SCREENS_DIR, UI_TESTS_DIR, TestCase, TestResult from .common import SCREENS_DIR, UI_TESTS_DIR, TestCase, TestResult