diff --git a/http_test.go b/http_test.go index 46f7701..9e3cab6 100644 --- a/http_test.go +++ b/http_test.go @@ -125,11 +125,6 @@ func TestHTTPClient_GetResource(t *testing.T) { name: "HTTP Error", err: errors.New("failed to retrieve from http://something: Get \"http://something\": http: RoundTripper implementation (cloudconfigclient_test.RoundTripFunc) returned a nil *Response with a nil error"), }, - //{ - // name: "Not Found", - // response: NewMockHttpResponse(http.StatusNotFound, ""), - // err: errors.New("failed to find resource"), - //}, { name: "Internal Server Error", response: NewMockHttpResponse(http.StatusInternalServerError, "Invalid HTTP Call"),