From 0aa2cd24f1d473213f05f654c302a857dbe2b670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Cedeyn?= Date: Wed, 13 Nov 2024 17:41:32 +0100 Subject: [PATCH] ServiceGroupTest: fix confusing dependencies --- tests/MilkCheckTests/EngineTests/ServiceGroupTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/MilkCheckTests/EngineTests/ServiceGroupTest.py b/tests/MilkCheckTests/EngineTests/ServiceGroupTest.py index 80d821a..ba5b240 100755 --- a/tests/MilkCheckTests/EngineTests/ServiceGroupTest.py +++ b/tests/MilkCheckTests/EngineTests/ServiceGroupTest.py @@ -1345,7 +1345,7 @@ def test_inter_subservice_deps_dict_nested(self): 'subgroupB': { 'services': { 'svcA': { - 'require': ['svcB.subsvc'], + 'require': ['subgroupA.svcB.subsvc'], 'actions': { 'act1,act2': {'cmd': '/bin/true'}