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:
Reid Barton
2015-08-20 14:57:49 -07:00
parent ae0ae3dde8
commit e7dc77426a

View File

@@ -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")