mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixing documention string for test.
This commit is contained in:
parent
3d288c44d4
commit
13875e78cf
1 changed files with 4 additions and 2 deletions
|
@ -1349,8 +1349,10 @@ class StateModuleTest(ModuleCase, SaltReturnAssertsMixin):
|
|||
|
||||
def test_issue_46762_prereqs_on_a_state_with_unfulfilled_requirements(self):
|
||||
'''
|
||||
This tests the case where state C requires state A which fails.
|
||||
State C is a prereq for State B.
|
||||
This tests the case where state C requires state A, which fails.
|
||||
State C is a pre-required state for State B.
|
||||
Since state A fails, state C will not run because the requisite failed,
|
||||
therefore state B will not run because state C failed to run.
|
||||
|
||||
See https://github.com/saltstack/salt/issues/46762 for
|
||||
more information.
|
||||
|
|
Loading…
Add table
Reference in a new issue