💄 fix lint

This commit is contained in:
Max Lerebourg
2022-12-05 08:18:11 +01:00
parent b3d0203145
commit b4cb552ee0
+2 -2
View File
@@ -77,10 +77,10 @@ func Test_ValidateParams(t *testing.T) {
cfg5 := getMinimalConfig() cfg5 := getMinimalConfig()
cfg5.ClientTrustedIPs = []string{0: "bad"} cfg5.ClientTrustedIPs = []string{0: "bad"}
cfg6 := getMinimalConfig() cfg6 := getMinimalConfig()
cfg6.CrowdsecLapiScheme = Https cfg6.CrowdsecLapiScheme = HTTPS
cfg6.CrowdsecLapiTLSInsecureVerify = true cfg6.CrowdsecLapiTLSInsecureVerify = true
cfg8 := getMinimalConfig() cfg8 := getMinimalConfig()
cfg8.CrowdsecLapiScheme = Https cfg8.CrowdsecLapiScheme = HTTPS
type args struct { type args struct {
config *Config config *Config
} }