From b7083b3b23a5cd6efd0aec3c70e6d8ccdf2a6d00 Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Fri, 28 Mar 2025 11:46:07 +0100 Subject: [PATCH] fixup! test: update click tests --- tests/click_tests/test_lock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/click_tests/test_lock.py b/tests/click_tests/test_lock.py index a889b5ab3a..f3e48cd72a 100644 --- a/tests/click_tests/test_lock.py +++ b/tests/click_tests/test_lock.py @@ -65,7 +65,7 @@ def test_hold_to_lock(device_handler: "BackgroundDeviceHandler"): device_handler.run_with_session(common.get_test_address) assert "PinKeyboard" in debug.read_layout().all_components() - debug.input("1234") + debug.input(PIN4) assert device_handler.result() session.refresh_features()