tab regex

This commit is contained in:
Sara Aimée Smiseth 2020-10-26 18:36:10 +01:00
parent 7e64bef10c
commit 86e6c75c37

View file

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