mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 20:36:12 +02:00
CI: bump lint version and update configuration (#2901)
* bump golangci-lint to 1.56 * lint (testifylint) * update lint configuration * windows test: remove stale code
This commit is contained in:
parent
b63e64ee9f
commit
dd71f0a866
7 changed files with 33 additions and 29 deletions
|
@ -151,7 +151,7 @@ func TestCreateAlertChannels(t *testing.T) {
|
|||
wg.Done()
|
||||
}()
|
||||
|
||||
go lapi.InsertAlertFromFile(t, "./tests/alert_ssh-bf.json")
|
||||
lapi.InsertAlertFromFile(t, "./tests/alert_ssh-bf.json")
|
||||
wg.Wait()
|
||||
assert.Len(t, pd.Alert.Decisions, 1)
|
||||
apiServer.Close()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue