tests: refactoring

This commit is contained in:
Thomas LEVEIL
2015-09-30 23:40:04 +00:00
parent 4bd30f5d2c
commit b4d1acbf2d
3 changed files with 7 additions and 26 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ load test_helpers
-v /etc/nginx/certs/ \
nginx:latest
assert_success
run retry 5 1s curl --silent --fail -A "before-docker-gen" --head http://$(docker_ip bats-nginx)/
run retry 5 1s curl --silent --fail --head http://$(docker_ip bats-nginx)/
assert_output -l 0 $'HTTP/1.1 200 OK\r'
# WHEN docker-gen runs on our docker host