mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Reorder mocked arguments
This commit is contained in:
parent
2b1f400ab4
commit
4eee083691
@ -73,7 +73,7 @@ class ArchiveTest(TestCase):
|
||||
'tar',
|
||||
tar_options=test_opts)
|
||||
ret_opts.append(os.path.join(tmp_dir, 'files/test/_tmp_test_archive.tar'))
|
||||
mock_run.assert_called_with(ret_opts, cwd=tmp_dir, python_shell=False)
|
||||
mock_run.assert_called_with(ret_opts, python_shell=False, cwd=tmp_dir)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Loading…
Reference in New Issue
Block a user