summaryrefslogtreecommitdiffstats
path: root/tests/macros/test_macros.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/macros/test_macros.py')
-rw-r--r--tests/macros/test_macros.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/macros/test_macros.py b/tests/macros/test_macros.py
index 392154ff..1535e333 100644
--- a/tests/macros/test_macros.py
+++ b/tests/macros/test_macros.py
@@ -21,5 +21,5 @@ from tests import base
class TestCaseModuleSCMMacro(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)