You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test('should be 400 if there are multiple errors in every input',async()=>{
157
158
constexpected=[
158
159
'key too long, key must be 250 characters or less.',
159
160
'you passed "@!test", event-type must adhere to the regular expression /^[a-zA-Z0-9][-_.:a-zA-Z0-9]{0,79}$/g. This means an event_type must be alphanumeric, cannot be more than 80 characters long, and can only include a dash, underscore, period, or colon as separators of alphanumeric characters.',
160
161
'you passed an empty traffic-type, traffic-type must be a non-empty string.',
161
-
'properties must be a plain object with only boolean, string, number or null values.',
0 commit comments