mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Lint fix
This commit is contained in:
parent
00746cafce
commit
bee68beb8e
@ -144,19 +144,3 @@ class RunnerModuleTest(TestCase, AdaptedConfigurationTestCaseMixin):
|
|||||||
|
|
||||||
ret = self.runner.cmd_sync(low)
|
ret = self.runner.cmd_sync(low)
|
||||||
self.assertEqual(ret[0], 'foo')
|
self.assertEqual(ret[0], 'foo')
|
||||||
|
|
||||||
def test_invalid_kwargs_are_ignored(self):
|
|
||||||
low = {
|
|
||||||
'client': 'runner',
|
|
||||||
'fun': 'test.metasyntactic',
|
|
||||||
'thiskwargisbad': 'justpretendimnothere',
|
|
||||||
}
|
|
||||||
low.update(self.eauth_creds)
|
|
||||||
|
|
||||||
ret = self.runner.cmd_sync(low)
|
|
||||||
self.assertEqual(ret[0], 'foo')
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
from integration import run_tests
|
|
||||||
run_tests(RunnerModuleTest, needs_daemon=True)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user