From b4a61a11eb646c1fefc9c2549c17bf98eb59b484 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Thu, 7 Aug 2025 15:04:15 +0200 Subject: [PATCH] Update tests/test_utils_pv.py --- tests/test_utils_pv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_utils_pv.py b/tests/test_utils_pv.py index 9baeafa5f..e17923e73 100644 --- a/tests/test_utils_pv.py +++ b/tests/test_utils_pv.py @@ -64,7 +64,7 @@ def test_put_with_progress_and_repr(value_new, value_old, expected_color): pv = PV("TEST:VAL", connection_timeout=2.0) assert pv.wait_for_connection(timeout=2.0), "PV not connected" - pv.put(value before, wait=True) + pv.put(value_before, wait=True) assert pv.get() == value before # Capture tous les prints dans une liste