diff --git a/test/e2e/util.go b/test/e2e/util.go index e32fb2b42bd..43c528d02c3 100644 --- a/test/e2e/util.go +++ b/test/e2e/util.go @@ -3235,7 +3235,7 @@ type extractRT struct { func (rt *extractRT) RoundTrip(req *http.Request) (*http.Response, error) { rt.Header = req.Header - return nil, nil + return &http.Response{}, nil } // headersForConfig extracts any http client logic necessary for the provided