File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6161 },
6262 "PERMISSION_DENIED" : {
6363 mismatchedCredential ,
64- "sender id does not match regisration token; code: " + mismatchedCredential ,
64+ "sender id does not match registration token; code: " + mismatchedCredential ,
6565 },
6666 "RESOURCE_EXHAUSTED" : {
6767 messageRateExceeded ,
8787 },
8888 "SENDER_ID_MISMATCH" : {
8989 mismatchedCredential ,
90- "sender id does not match regisration token; code: " + mismatchedCredential ,
90+ "sender id does not match registration token; code: " + mismatchedCredential ,
9191 },
9292 "QUOTA_EXCEEDED" : {
9393 messageRateExceeded ,
Original file line number Diff line number Diff line change @@ -1095,7 +1095,7 @@ var httpErrors = []struct {
10951095 },
10961096 {
10971097 resp : "{\" error\" : {\" status\" : \" SENDER_ID_MISMATCH\" , \" message\" : \" test error\" }}" ,
1098- want : "http error status: 500; reason: sender id does not match regisration token; code: mismatched-credential; " +
1098+ want : "http error status: 500; reason: sender id does not match registration token; code: mismatched-credential; " +
10991099 "details: test error" ,
11001100 check : IsMismatchedCredential ,
11011101 },
You can’t perform that action at this time.
0 commit comments