Skip to content

Commit

Permalink
don't check for reload-time log message which is sometimes on the old…
Browse files Browse the repository at this point in the history
… log file (?)
  • Loading branch information
mmetc committed Nov 21, 2022
1 parent a76d3f0 commit 8496d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bats/01_crowdsec.bats
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ teardown() {
ls -la "$log_new" || true
cat "$log_new" || true

assert_file_contains "$log_new" "CrowdSec Local API listening on 127.0.0.1:8080"
# assert_file_contains "$log_new" "CrowdSec Local API listening on 127.0.0.1:8080"
assert_file_contains "$log_new" "Reload is finished"

run -0 ./instance-crowdsec stop
Expand Down

0 comments on commit 8496d1d

Please sign in to comment.