fixed regex

This commit is contained in:
Sara Aimée Smiseth 2020-10-29 16:00:10 +01:00
parent 86e6c75c37
commit e8fa8ce365

View file

@ -83,7 +83,7 @@ load 'bats/bats-assert/load'
} }
@test "Should load module cloud_notify" { @test "Should load module cloud_notify" {
run bash -c "sudo docker-compose logs | grep \"localhost:cloud_notify\tinfo\tModule loaded\"" run bash -c "sudo docker-compose logs | grep \"localhost:cloud_notify.*info.*Module loaded\""
assert_success assert_success
assert_output assert_output
} }