We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4167bc0 commit 5b742a7Copy full SHA for 5b742a7
providers/openapi/handler_test.go
@@ -130,7 +130,7 @@ func TestResolveEndpoint(t *testing.T) {
130
h(rr, r)
131
require.Equal(t, http.StatusMethodNotAllowed, rr.Code)
132
require.Equal(t, "GET", rr.Header().Get("Allow"))
133
- require.Equal(t, "Method POST not defined in specification for path /foo\n", rr.Body.String())
+ require.Equal(t, "Method POST not defined for path /foo\n", rr.Body.String())
134
},
135
136
{
0 commit comments