format correction

This commit is contained in:
LuitelSamikshya 2022-04-27 12:52:07 -05:00
parent 1a3d0c90a7
commit 96b6b7c8e1

View File

@ -20,8 +20,8 @@ import (
var httpTestcases = map[string]testutils.TestCase{ var httpTestcases = map[string]testutils.TestCase{
"http/get-headers.yaml": &httpGetHeaders{}, "http/get-headers.yaml": &httpGetHeaders{},
"http/get-query-string.yaml": &httpGetQueryString{}, "http/get-query-string.yaml": &httpGetQueryString{},
"http/get-redirects.yaml": &httpGetRedirects{}, "http/get-redirects.yaml": &httpGetRedirects{},
"http/disable-redirects.yaml": &httpDisableRedirects{}, "http/disable-redirects.yaml": &httpDisableRedirects{},
"http/get.yaml": &httpGet{}, "http/get.yaml": &httpGet{},
"http/post-body.yaml": &httpPostBody{}, "http/post-body.yaml": &httpPostBody{},
"http/post-json-body.yaml": &httpPostJSONBody{}, "http/post-json-body.yaml": &httpPostJSONBody{},