mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Reached 0.12, fix outputter test
This commit is contained in:
parent
ad452f0b64
commit
1ddcd715fb
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class CallTest(integration.ShellCase, integration.ShellCaseCommonTestsMixIn):
|
|||
self.assertEqual(expect, out[:-1])
|
||||
|
||||
def test_text_output(self):
|
||||
out = self.run_call('-l quiet --text-out test.fib 3')
|
||||
out = self.run_call('-l quiet --out txt test.fib 3')
|
||||
if version.__version_info__ < (0, 12):
|
||||
expect = [
|
||||
"WARNING: The option --text-out is deprecated. Please "
|
||||
|
|
Loading…
Add table
Reference in a new issue