From d1d56797593f32277c10d15f975a3b54848a50d1 Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Mon, 24 Mar 2025 13:40:05 +0100 Subject: [PATCH] fixup! test: update ui tests --- tests/ui_tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ui_tests/__init__.py b/tests/ui_tests/__init__.py index 1fe82a98a5..5ae6a89c82 100644 --- a/tests/ui_tests/__init__.py +++ b/tests/ui_tests/__init__.py @@ -60,7 +60,7 @@ def screen_recording( finally: if client_callback: client = client_callback() - if client.protocol_version == ProtocolVersion.PROTOCOL_V1: + if client.protocol_version == ProtocolVersion.V1: client.sync_responses() # Wait for response to Initialize, which gives the emulator time to catch up # and redraw the homescreen. Otherwise there's a race condition between that