Ice3man543 2021-02-27 13:05:28 +05:30
parent 14d2def39c
commit a4121d473e
1 changed files with 1 additions and 1 deletions

View File

@ -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()