Update tests/test_utils_pvpreload.py
Run CI Tests / test (push) Successful in 1m2s

This commit is contained in:
2025-08-07 23:09:50 +02:00
parent 0e786b97a7
commit 98f0e1c50f
+2 -2
View File
@@ -174,8 +174,8 @@ def test_offload(tmp_path, caplog):
pvname_4 = "TEST:PV4"
# Create 2 PVs
get_pv(pv_3)
get_pv(pv_4)
get_pv(pvname_3)
get_pv(pvname_4)
assert is_pv_in_cache(pvname_3)
assert is_pv_in_cache(pvname_4)