modules: update service test

This commit is contained in:
Johannes Kirschbauer
2025-10-16 12:42:08 +02:00
parent 8254d197f0
commit d78dca47e2

View File

@@ -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",