Fixed kamal-proxy remove call

This commit is contained in:
Igor Alexandrov
2024-09-27 17:45:35 +04:00
parent 4a13803119
commit dadac999d7
4 changed files with 5 additions and 9 deletions

View File

@@ -121,8 +121,8 @@ class CommandsAppTest < ActiveSupport::TestCase
test "remove" do
assert_equal \
"docker exec kamal-proxy kamal-proxy remove app-web --target \"172.1.0.2:80\"",
new_command.remove(target: "172.1.0.2").join(" ")
"docker exec kamal-proxy kamal-proxy remove app-web",
new_command.remove.join(" ")
end