mirror of https://github.com/daffainfo/nuclei.git
Misc
parent
14d2def39c
commit
a4121d473e
|
@ -41,7 +41,7 @@ func TestNetworkExecuteWithResults(t *testing.T) {
|
|||
},
|
||||
}
|
||||
ts := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
|
||||
w.Write([]byte(exampleBody))
|
||||
_, _ = w.Write([]byte(exampleBody))
|
||||
}))
|
||||
defer ts.Close()
|
||||
|
||||
|
|
Loading…
Reference in New Issue