summaryrefslogtreecommitdiffstats
path: root/askbot/tests/email_alert_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/tests/email_alert_tests.py')
-rw-r--r--askbot/tests/email_alert_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/tests/email_alert_tests.py b/askbot/tests/email_alert_tests.py
index 1fbe3bf5..dcea2e54 100644
--- a/askbot/tests/email_alert_tests.py
+++ b/askbot/tests/email_alert_tests.py
@@ -893,7 +893,7 @@ class EmailFeedSettingTests(utils.AskbotTestCase):
self.assertEquals(
feed.frequency,
- askbot_settings.DEFAULT_NOTIFICATION_DELIVERY_SCHEDULE
+ askbot_settings.DEFAULT_NOTIFICATION_DELIVERY_SCHEDULE_Q_ALL
)
def test_missing_subscriptions_added_automatically(self):