summaryrefslogtreecommitdiffstats
path: root/tests/notifications/test_notifications.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/notifications/test_notifications.py')
-rw-r--r--tests/notifications/test_notifications.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notifications/test_notifications.py b/tests/notifications/test_notifications.py
index e68a269d..e1935efa 100644
--- a/tests/notifications/test_notifications.py
+++ b/tests/notifications/test_notifications.py
@@ -22,6 +22,6 @@ from tests import base
class TestCaseModuleNotifications(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 = notifications.Notifications