mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
build: update revive
And remove some unused variables.
This commit is contained in:
@@ -256,7 +256,7 @@ module2:
|
||||
}
|
||||
|
||||
func TestHTTPConfiguration(t *testing.T) {
|
||||
ts := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
|
||||
ts := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, _ *http.Request) {
|
||||
w.Header().Set("Content-Type", "application/yaml; charset=utf-8")
|
||||
fmt.Fprint(w, `---
|
||||
module1:
|
||||
|
||||
Reference in New Issue
Block a user