From 2b903bd41c2119b1fdf8e7a56400e9fa47b148b9 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Fri, 17 Jul 2026 16:22:43 +0200 Subject: [PATCH] fix: test topuptool --- services/topuptool/current/app/tests/test_app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/services/topuptool/current/app/tests/test_app.py b/services/topuptool/current/app/tests/test_app.py index d639688..2048eb3 100644 --- a/services/topuptool/current/app/tests/test_app.py +++ b/services/topuptool/current/app/tests/test_app.py @@ -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()