mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 20:55:28 +00:00
format correction
This commit is contained in:
parent
1a3d0c90a7
commit
96b6b7c8e1
@ -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{},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user