mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
remove pre 0.12.0 test handles
This commit is contained in:
parent
4617a931be
commit
89525ad6d0
1 changed files with 1 additions and 8 deletions
|
@ -41,15 +41,8 @@ class CallTest(integration.ShellCase, integration.ShellCaseCommonTestsMixIn):
|
|||
|
||||
def test_text_output(self):
|
||||
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 "
|
||||
"consider using '--out text' instead."
|
||||
]
|
||||
else:
|
||||
expect = []
|
||||
|
||||
expect += [
|
||||
expect = [
|
||||
'local: ([0, 1, 1, 2]'
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue