From d78dca47e2978b2566048f98142930b37674ba21 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Thu, 16 Oct 2025 12:42:08 +0200 Subject: [PATCH] modules: update service test --- pkgs/clan-cli/clan_lib/services/modules_test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/clan-cli/clan_lib/services/modules_test.py b/pkgs/clan-cli/clan_lib/services/modules_test.py index ea0511a29..ff530650c 100644 --- a/pkgs/clan-cli/clan_lib/services/modules_test.py +++ b/pkgs/clan-cli/clan_lib/services/modules_test.py @@ -203,7 +203,9 @@ def test_update_service_instance( { "morning": { "machines": { - "jon": {}, # Unset the machine settings + "jon": { + "settings": {} # type: ignore[typeddict-item] + }, "sara": { "settings": { # type: ignore[typeddict-item] "greeting": "sara",