fix: test topuptool
Deploy / deploy (push) Canceled after 0s

This commit is contained in:
Benjamin Labrecque
2026-07-17 16:22:43 +02:00
parent 0d0414dbf1
commit 2b903bd41c
@@ -4,5 +4,6 @@ from agebd_topuptool import PVs, Service
def test_app():
service_name = "DUMMY"
pvs = PVs(service_name=service_name)
pvs.info.put("0, 1")
service = Service(pvs=pvs)
service.update()