mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
push_notifs: Rename PushDeviceToken.GCM to FCM.
This commit is contained in:
committed by
Tim Abbott
parent
4591202032
commit
00b8cce50e
@@ -1380,13 +1380,13 @@ class TestLoggingCountStats(AnalyticsTestCase):
|
||||
token = "aaaa"
|
||||
|
||||
RemotePushDeviceToken.objects.create(
|
||||
kind=RemotePushDeviceToken.GCM,
|
||||
kind=RemotePushDeviceToken.FCM,
|
||||
token=hex_to_b64(token),
|
||||
user_uuid=(hamlet.uuid),
|
||||
server=self.server,
|
||||
)
|
||||
RemotePushDeviceToken.objects.create(
|
||||
kind=RemotePushDeviceToken.GCM,
|
||||
kind=RemotePushDeviceToken.FCM,
|
||||
token=hex_to_b64(token + "aa"),
|
||||
user_uuid=(hamlet.uuid),
|
||||
server=self.server,
|
||||
|
Reference in New Issue
Block a user