Use = in kamal-proxy deploy command args

`=` is required for boolean values and works for all values.
This commit is contained in:
Donal McBreen
2024-10-01 12:53:54 +01:00
parent b4bcf35f78
commit 641e9056b3
6 changed files with 16 additions and 16 deletions

View File

@@ -36,7 +36,6 @@ class ConfigurationProxyTest < ActiveSupport::TestCase
test "ssl false" do
@deploy[:proxy] = { "ssl" => false }
assert_not config.proxy.ssl?
assert_not config.proxy.deploy_options.has_key?(:tls)
end
private