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 61
61
},
62
62
"PERMISSION_DENIED" : {
63
63
mismatchedCredential ,
64
- "sender id does not match regisration token; code: " + mismatchedCredential ,
64
+ "sender id does not match registration token; code: " + mismatchedCredential ,
65
65
},
66
66
"RESOURCE_EXHAUSTED" : {
67
67
messageRateExceeded ,
87
87
},
88
88
"SENDER_ID_MISMATCH" : {
89
89
mismatchedCredential ,
90
- "sender id does not match regisration token; code: " + mismatchedCredential ,
90
+ "sender id does not match registration token; code: " + mismatchedCredential ,
91
91
},
92
92
"QUOTA_EXCEEDED" : {
93
93
messageRateExceeded ,
Original file line number Diff line number Diff line change @@ -1095,7 +1095,7 @@ var httpErrors = []struct {
1095
1095
},
1096
1096
{
1097
1097
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; " +
1099
1099
"details: test error" ,
1100
1100
check : IsMismatchedCredential ,
1101
1101
},
You can’t perform that action at this time.
0 commit comments