This commit is contained in:
Nick Hammond
2024-10-01 08:20:21 -07:00
parent 73c78079bc
commit 1d8c40f5d2
2 changed files with 2 additions and 2 deletions

View File

@@ -226,7 +226,7 @@ class ConfigurationTest < ActiveSupport::TestCase
dest_config_file = Pathname.new(File.expand_path("fixtures/deploy_for_dest.yml", __dir__))
config = Kamal::Configuration.create_from config_file: dest_config_file, destination: "world"
assert_equal ENV['KAMAL_DESTINATION'], "world"
assert_equal ENV["KAMAL_DESTINATION"], "world"
end
test "destination yml config merge" do