diff --git a/tests/unit/modules/test_pip.py b/tests/unit/modules/test_pip.py index 023a5ac3b3..02b0f839fd 100644 --- a/tests/unit/modules/test_pip.py +++ b/tests/unit/modules/test_pip.py @@ -50,7 +50,7 @@ class PipTestCase(TestCase, LoaderModuleMockMixin): 'git+https://github.com/saltstack/salt-testing.git#egg=SaltTesting' ] - expected = [sys.executable, '-m','pip', 'install'] + expected = [sys.executable, '-m', 'pip', 'install'] for item in editables: expected.extend(['--editable', item])