summaryrefslogtreecommitdiffstats
path: root/tests/duplicates/test_duplicates.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/duplicates/test_duplicates.py')
-rw-r--r--tests/duplicates/test_duplicates.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/duplicates/test_duplicates.py b/tests/duplicates/test_duplicates.py
index 0a90c9b4..d22aea2a 100644
--- a/tests/duplicates/test_duplicates.py
+++ b/tests/duplicates/test_duplicates.py
@@ -23,10 +23,10 @@ from tests.base import mock
class TestCaseModuleDuplicates(base.SingleJobTestCase):
- fixtures_path = os.path.join(os.path.dirname(__file__), 'fixtures')
+ fixtures_path = os.path.join(os.path.dirname(__file__), "fixtures")
scenarios = base.get_scenarios(fixtures_path)
- @mock.patch('jenkins_jobs.builder.logger', autospec=True)
+ @mock.patch("jenkins_jobs.builder.logger", autospec=True)
def test_yaml_snippet(self, mock_logger):
if os.path.basename(self.in_filename).startswith("exception_"):