fix(devices): minor fix to comply with new config helper in bec_lib

This commit is contained in:
2025-12-10 10:34:27 +01:00
committed by Klaus Wakonig
parent 45ed92494c
commit 04f1ff4fe7
3 changed files with 5 additions and 3 deletions
@@ -134,7 +134,7 @@ def test_update_cycle(update_dialog, qtbot):
"deviceClass": "TestDevice",
"deviceConfig": {"param1": "val1"},
"readoutPriority": "monitored",
"description": None,
"description": "",
"readOnly": False,
"softwareTrigger": False,
"onFailure": "retry",