summaryrefslogtreecommitdiffstats
path: root/tests/multibranch/test_multibranch.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/multibranch/test_multibranch.py')
-rw-r--r--tests/multibranch/test_multibranch.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/multibranch/test_multibranch.py b/tests/multibranch/test_multibranch.py
index 6a1cca0b..84ecb012 100644
--- a/tests/multibranch/test_multibranch.py
+++ b/tests/multibranch/test_multibranch.py
@@ -19,9 +19,9 @@ import os
from jenkins_jobs.modules import project_multibranch
-@mock.patch('uuid.uuid4', mock.Mock(return_value='1-1-1-1-1'))
+@mock.patch("uuid.uuid4", mock.Mock(return_value="1-1-1-1-1"))
class TestCaseMultibranchPipeline(base.BaseScenariosTestCase):
- 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)
- default_config_file = '/dev/null'
+ default_config_file = "/dev/null"
klass = project_multibranch.WorkflowMultiBranch