mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	push_notifs: Rename PushDeviceToken.GCM to FCM.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							4591202032
						
					
				
				
					commit
					00b8cce50e
				
			@@ -417,7 +417,7 @@ class RateLimitTests(ZulipTestCase):
 | 
			
		||||
        server.save()
 | 
			
		||||
 | 
			
		||||
        endpoint = "/api/v1/remotes/push/register"
 | 
			
		||||
        payload = {"user_id": 10, "token": "111222", "token_kind": PushDeviceToken.GCM}
 | 
			
		||||
        payload = {"user_id": 10, "token": "111222", "token_kind": PushDeviceToken.FCM}
 | 
			
		||||
        try:
 | 
			
		||||
            # Remote servers can only make requests to the root subdomain.
 | 
			
		||||
            original_default_subdomain = self.DEFAULT_SUBDOMAIN
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user