Allow use of bastion host

This commit is contained in:
Chris de Bruin
2023-01-27 10:07:24 +01:00
committed by David Heinemeier Hansson
parent 9cfb6fb0a9
commit bdff11e1fc

View File

@@ -153,15 +153,6 @@ class ConfigurationTest < ActiveSupport::TestCase
assert_equal "app@1.2.3.4", @config.ssh_options[:proxy].jump_proxies
end
test "master key" do
assert_equal "456", @config.master_key
end
test "skip master key" do
config = Mrsk::Configuration.new(@deploy.tap { |c| c[:skip_master_key] = true })
assert_nil @config.master_key
end
test "volume_args" do
assert_equal ["--volume", "/local/path:/container/path"], @config.volume_args
end