test_push_notifications: Fix a typo.

This commit is contained in:
Alex Vandiver
2024-06-03 19:10:43 +00:00
committed by Tim Abbott
parent 6c17cca208
commit 7792b12f05

View File

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