mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 14:38:46 +00:00
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:
committed by
Tim Abbott
parent
a59d6d6581
commit
90d0531e20
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user