MCPcopy Create free account
hub / github.com/CPChain/chain / TestHTTPErrorResponseWithEmptyContentType

Function TestHTTPErrorResponseWithEmptyContentType

api/rpc/http_test.go:40–42  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

38}
39
40func TestHTTPErrorResponseWithEmptyContentType(t *testing.T) {
41 testHTTPErrorResponse(t, http.MethodPost, "", "", http.StatusUnsupportedMediaType)
42}
43
44func TestHTTPErrorResponseWithValidRequest(t *testing.T) {
45 testHTTPErrorResponse(t, http.MethodPost, contentType, "", 0)

Callers

nothing calls this directly

Calls 1

testHTTPErrorResponseFunction · 0.85

Tested by

no test coverage detected