mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-04-19 16:01:14 +00:00
Fix Certificates loaded tests
This commit is contained in:
parent
675baa18dd
commit
388c9d67b8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ load 'bats/bats-assert/load'
|
|||
}
|
||||
|
||||
@test "Should select certificate for localhost" {
|
||||
run bash -c "sudo docker-compose logs $batsContainerName | grep \"Certificates loaded\" | grep \"localhost:tls\" | wc -l"
|
||||
run bash -c "sudo docker-compose logs $batsContainerName | grep \"Certificates loaded\" | grep \" localhost:tls\" | wc -l"
|
||||
assert_success
|
||||
assert_output "1"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue