🍱 fix lint

This commit is contained in:
maxlerebourg
2025-11-07 00:21:27 +01:00
parent ac317f45aa
commit 959b792111

View File

@@ -189,8 +189,8 @@ func Test_crowdsecQuery(t *testing.T) {
}
func TestHandleBanServeHTTPWithDifferentMethods(t *testing.T) {
html := "<html>You are banned</html>"
banTemplate := htmltemplate.New("html").Parse(html)
html:= "<html>You are banned</html>"
banTemplate, _ := htmltemplate.New("html").Parse(html)
tests := []struct {
name string
method string