Update tests/test_utils_pv.py
Run CI Tests / test (push) Successful in 59s

This commit is contained in:
2025-08-05 16:30:04 +02:00
parent 144623b96f
commit 71095f8dae
+2 -2
View File
@@ -26,8 +26,8 @@ def run_test_ioc():
prefix = "TEST:"
ioc = TestIOC(prefix=prefix)
# Corrigé : ne pas passer args=[]
_, run_options = ioc_arg_parser(default_prefix=prefix, desc="Test IOC")
# Solution : éviter que caproto parse les args pytest
_, run_options = ioc_arg_parser(default_prefix=prefix, desc="Test IOC", argv=[])
def start_ioc():
run(ioc.pvdb, **run_options)