mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-04-19 16:01:14 +00:00
fixed regex
This commit is contained in:
parent
86e6c75c37
commit
e8fa8ce365
1 changed files with 1 additions and 1 deletions
|
@ -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\tinfo\tModule loaded\""
|
||||
run bash -c "sudo docker-compose logs | grep \"localhost:cloud_notify.*info.*Module loaded\""
|
||||
assert_success
|
||||
assert_output
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue