mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-07-01 06:15:45 +00:00
Fixed long server name comment, improved dhparam check
This commit is contained in:
@ -78,9 +78,11 @@ function setup {
|
||||
assert_success
|
||||
docker_wait_for_log $SUT_CONTAINER 9 "Watching docker events"
|
||||
|
||||
sleep 3
|
||||
run docker logs $SUT_CONTAINER
|
||||
|
||||
# THEN
|
||||
run docker exec $SUT_CONTAINER ps aux
|
||||
refute_output -p "openssl"
|
||||
refute_output -p "Generating DH parameters"
|
||||
}
|
||||
|
||||
@test "[$TEST_FILE] stop all bats containers" {
|
||||
|
Reference in New Issue
Block a user