Skip to content

Commit

Permalink
ServiceGroupTest: fix confusing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cedeyn committed Nov 13, 2024
1 parent 5d278a4 commit 0aa2cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MilkCheckTests/EngineTests/ServiceGroupTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
Expand Down

0 comments on commit 0aa2cd2

Please sign in to comment.