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