mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix integration.shell.call.CallTest.test_default_output()
.
This commit is contained in:
parent
0cad15e299
commit
3de32be0c9
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ class CallTest(integration.ShellCase, integration.ShellCaseCommonTestsMixIn):
|
|||
'- - 0',
|
||||
' - 1',
|
||||
' - 1',
|
||||
' - 2',]
|
||||
self.assertEqual(expect, out[:-2])
|
||||
' - 2']
|
||||
self.assertEqual(expect, out[:-1])
|
||||
|
||||
def test_text_output(self):
|
||||
out = self.run_call('--text-out test.fib 3')
|
||||
|
|
Loading…
Add table
Reference in a new issue