summaryrefslogtreecommitdiffstats
path: root/tests/hipchat/test_hipchat.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hipchat/test_hipchat.py')
-rw-r--r--tests/hipchat/test_hipchat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hipchat/test_hipchat.py b/tests/hipchat/test_hipchat.py
index 6ff6d969..9e276754 100644
--- a/tests/hipchat/test_hipchat.py
+++ b/tests/hipchat/test_hipchat.py
@@ -19,6 +19,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 = hipchat_notif.HipChat