mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
counts: Add new mobile_pushes RemoteRealmCount stats.
This requires a bit of complexity to avoid a name collision in COUNT_STATS with the RemoteInstallationCount stats with the same name.
This commit is contained in:
committed by
Tim Abbott
parent
2512e66c06
commit
48db4bf854
@@ -2938,6 +2938,7 @@ class TestSendNotificationsToBouncer(ZulipTestCase):
|
||||
post_data = {
|
||||
"user_uuid": user.uuid,
|
||||
"user_id": user.id,
|
||||
"realm_uuid": user.realm.uuid,
|
||||
"apns_payload": {"apns": True},
|
||||
"gcm_payload": {"gcm": True},
|
||||
"gcm_options": {},
|
||||
|
||||
Reference in New Issue
Block a user