diff --git a/test/wildcard-hosts.bats b/test/wildcard-hosts.bats index 8491e4b..ce9e3aa 100644 --- a/test/wildcard-hosts.bats +++ b/test/wildcard-hosts.bats @@ -50,6 +50,7 @@ function setup { # THEN assert_200 foo.bar.whatever.bats assert_200 foo.bar.why.not.bats + assert_200 foo.bar.why.not.bats-to-infinity-and-beyond assert_503 unexpected.host.bats }