1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2024-11-22 11:56:31 +00:00
This commit is contained in:
Thomas LEVEIL 2017-01-07 23:33:54 +01:00
parent f837d1256a
commit a3c6a272f1

View File

@ -50,6 +50,7 @@ function setup {
# THEN # THEN
assert_200 foo.bar.whatever.bats assert_200 foo.bar.whatever.bats
assert_200 foo.bar.why.not.bats assert_200 foo.bar.why.not.bats
assert_200 foo.bar.why.not.bats-to-infinity-and-beyond
assert_503 unexpected.host.bats assert_503 unexpected.host.bats
} }