analytics-activity: Remove link with realm owners emails.

Note that a link to copy these emails to the clipboard is still
availabe on the realm's support page.
This commit is contained in:
Lauryn Menard
2022-12-01 16:45:58 +01:00
committed by Tim Abbott
parent a59d6d6581
commit 90d0531e20
3 changed files with 2 additions and 18 deletions

View File

@@ -32,7 +32,7 @@ class ActivityTest(ZulipTestCase):
user_profile.save(update_fields=["is_staff"])
flush_per_request_caches()
with self.assert_database_query_count(19):
with self.assert_database_query_count(18):
result = self.client_get("/activity")
self.assertEqual(result.status_code, 200)