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()