mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
test_push_notifications: Fix a typo.
This commit is contained in:
committed by
Tim Abbott
parent
6c17cca208
commit
7792b12f05
@@ -1968,7 +1968,7 @@ class AnalyticsBouncerTest(BouncerTestCase):
|
||||
self.assertEqual(remote_realm_count.remote_id, realm_count.id)
|
||||
self.assertEqual(remote_realm_count.remote_realm, None)
|
||||
self.assertEqual(remote_installation_count.remote_id, installation_count.id)
|
||||
# InstallationCont/RemoteInstallationCount don't have realm/remote_realm foreign
|
||||
# InstallationCount/RemoteInstallationCount don't have realm/remote_realm foreign
|
||||
# keys, because they're aggregated over all realms.
|
||||
|
||||
self.assertEqual(remote_realm_audit_log.remote_id, realm_audit_log.id)
|
||||
|
Reference in New Issue
Block a user