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 3b6cba0 commit 3f73f48Copy full SHA for 3f73f48
1 file changed
oapi_validate_example_test.go
@@ -954,11 +954,9 @@ paths:
954
955
fmt.Printf("Received an HTTP %d response. Expected HTTP 204\n", rr.Code)
956
logResponseBody(rr)
957
- fmt.Println()
958
959
// Output:
960
// # A request that is well-formed is passed through to the Handler
961
// POST /public-api/resource was called
962
// Received an HTTP 204 response. Expected HTTP 204
963
- //
964
}
0 commit comments