mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Django 1.8: record # of queries regression
I haven't tracked down the cause of this. (imported from commit 05854d85c870361bd447083a22da780e7ed895f4)
This commit is contained in:
@@ -425,7 +425,7 @@ class StreamMessagesTest(AuthedTestCase):
|
||||
with queries_captured() as queries:
|
||||
send_message()
|
||||
|
||||
self.assert_length(queries, 5)
|
||||
self.assert_length(queries, 7)
|
||||
|
||||
def test_message_mentions(self):
|
||||
user_profile = get_user_profile_by_email("iago@zulip.com")
|
||||
|
||||
Reference in New Issue
Block a user