diff --git a/v2/cmd/integration-test/http.go b/v2/cmd/integration-test/http.go index 31b1e1024..c13c497d0 100644 --- a/v2/cmd/integration-test/http.go +++ b/v2/cmd/integration-test/http.go @@ -20,8 +20,8 @@ import ( var httpTestcases = map[string]testutils.TestCase{ "http/get-headers.yaml": &httpGetHeaders{}, "http/get-query-string.yaml": &httpGetQueryString{}, - "http/get-redirects.yaml": &httpGetRedirects{}, - "http/disable-redirects.yaml": &httpDisableRedirects{}, + "http/get-redirects.yaml": &httpGetRedirects{}, + "http/disable-redirects.yaml": &httpDisableRedirects{}, "http/get.yaml": &httpGet{}, "http/post-body.yaml": &httpPostBody{}, "http/post-json-body.yaml": &httpPostJSONBody{},