From 96b6b7c8e18a6e73429aadf9c7fbefd7dd01dd9f Mon Sep 17 00:00:00 2001 From: LuitelSamikshya Date: Wed, 27 Apr 2022 12:52:07 -0500 Subject: [PATCH] format correction --- v2/cmd/integration-test/http.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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{},