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
t.Errorf("Expected Access-Control-Allow-Headers header to be \"Accept, Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization\", but got %q", header)
71
+
}
72
+
73
+
// check if the handler returned no error
74
+
iferr!=nil {
75
+
t.Errorf("Expected handler to return no error, but got %v", err)
0 commit comments