summaryrefslogtreecommitdiffstats
path: root/tests/publishers/test_publishers.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/publishers/test_publishers.py')
-rw-r--r--tests/publishers/test_publishers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/publishers/test_publishers.py b/tests/publishers/test_publishers.py
index e44a4dba..16d2295e 100644
--- a/tests/publishers/test_publishers.py
+++ b/tests/publishers/test_publishers.py
@@ -22,6 +22,6 @@ from tests import base
class TestCaseModulePublishers(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)
klass = publishers.Publishers