mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Test the corresponding cmd function
This commit is contained in:
parent
bff7483459
commit
7512c7fb47
1 changed files with 2 additions and 2 deletions
|
@ -78,10 +78,10 @@ class TestModuleTest(integration.ModuleCase):
|
|||
'''
|
||||
self.assertEqual(
|
||||
self.run_function(
|
||||
'test.fib',
|
||||
'test.collatz',
|
||||
['40'],
|
||||
)[0][-1],
|
||||
34
|
||||
2
|
||||
)
|
||||
|
||||
def test_outputter(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue