Check that there's no traefik hooks left behind

This commit is contained in:
Donal McBreen
2024-09-12 12:59:34 +01:00
parent ccb7424197
commit a40b644145
4 changed files with 27 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ class ConfigurationEnvTest < ActiveSupport::TestCase
end
test "ssl with host" do
@deploy[:proxy] = { "ssl" => true, "host" => "example.com" }
@deploy[:proxy] = { "ssl" => true, "hosts" => [ "example.com" ] }
assert_equal true, config.proxy.ssl?
end