Fix broken test.

This commit is contained in:
Mike Place 2014-07-02 14:40:08 -06:00
parent a351337784
commit 51e3089a7c

View file

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