diff --git a/tests/test_utils_pv.py b/tests/test_utils_pv.py index 958d4abfc..345963509 100644 --- a/tests/test_utils_pv.py +++ b/tests/test_utils_pv.py @@ -109,7 +109,7 @@ def test_put_with_progress_and_repr(value_new, value_before, expected_color): assert pv.get() == pytest.approx(value_new) # Représentation - expected_repr = f'PV "TEST:VAL" at {value} ' + expected_repr = f'PV "TEST:VAL" at {value_new} ' def test_use_callback_context_manager(): pv = PV("TEST:VAL", connection_timeout=2.0)