mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Fix test where the arg passing should run through
parse input first
This commit is contained in:
parent
fb09311de3
commit
13099a458e
@ -23,7 +23,7 @@ class ArgumentTestCase(integration.ModuleCase):
|
||||
self.assertEqual(
|
||||
self.run_function('test.ping', ['foo=bar']),
|
||||
("ERROR executing 'test.ping': The following keyword arguments "
|
||||
"are not valid: foo=bar")
|
||||
"are not valid: {'foo': 'bar'}")
|
||||
)
|
||||
|
||||
def test_kwarg_name_containing_dashes(self):
|
||||
|
Loading…
Reference in New Issue
Block a user