summaryrefslogtreecommitdiffstats
path: root/tests/jsonparser/test_jsonparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/jsonparser/test_jsonparser.py')
-rw-r--r--tests/jsonparser/test_jsonparser.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/jsonparser/test_jsonparser.py b/tests/jsonparser/test_jsonparser.py
index 5e62534b..6257b4d3 100644
--- a/tests/jsonparser/test_jsonparser.py
+++ b/tests/jsonparser/test_jsonparser.py
@@ -21,5 +21,5 @@ from tests import base
class TestCaseModuleJsonParser(base.SingleJobTestCase):
- fixtures_path = os.path.join(os.path.dirname(__file__), 'fixtures')
- scenarios = base.get_scenarios(fixtures_path, in_ext='json', out_ext='xml')
+ fixtures_path = os.path.join(os.path.dirname(__file__), "fixtures")
+ scenarios = base.get_scenarios(fixtures_path, in_ext="json", out_ext="xml")