mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
Fix typos in docs, comments, code (#1483)
This commit is contained in:
parent
44b11c2e5b
commit
0f4ab71f01
23 changed files with 39 additions and 39 deletions
|
@ -272,7 +272,7 @@ func TestAlertListFilters(t *testing.T) {
|
|||
assert.Contains(t, w.Body.String(), "Ip 91.121.79.195 performed 'crowdsecurity/ssh-bf' (6 events over ")
|
||||
assert.Contains(t, w.Body.String(), `scope":"Ip","simulated":false,"type":"ban","value":"91.121.79.195"`)
|
||||
|
||||
//test since (ok but yelds no results)
|
||||
//test since (ok but yields no results)
|
||||
|
||||
w = lapi.RecordResponse("GET", "/v1/alerts?since=1ns", emptyBody)
|
||||
assert.Equal(t, 200, w.Code)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue