Excess CR

This commit is contained in:
David Heinemeier Hansson
2023-04-10 15:10:08 +02:00
committed by GitHub
parent a9488e935d
commit 7d17a6c3b5

View File

@@ -70,7 +70,6 @@ class ConfigurationRoleTest < ActiveSupport::TestCase
end
test "default traefik label for non-web role with destination" do
config = Mrsk::Configuration.new(@deploy_with_roles.tap { |c|
c[:servers]["beta"] = { "traefik" => "true", "hosts" => [ "1.1.1.5" ] }
}, destination: "staging")