mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix broken test.
This commit is contained in:
parent
a351337784
commit
51e3089a7c
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class CallTest(integration.ShellCase, integration.ShellCaseCommonTestsMixIn):
|
|||
src = os.path.join(integration.FILES, 'file/base/top.sls')
|
||||
dst = os.path.join(integration.FILES, 'file/base/top.sls.bak')
|
||||
shutil.move(src, dst)
|
||||
expected_comment = 'No matching sls found for'
|
||||
expected_comment = 'No states found for this minion'
|
||||
try:
|
||||
stdout, retcode = self.run_call(
|
||||
'-l quiet --retcode-passthrough state.highstate',
|
||||
|
|
Loading…
Add table
Reference in a new issue