Fixed kamal-proxy remove command

This commit is contained in:
Igor Alexandrov
2024-10-09 12:33:22 +04:00
parent 86657b0172
commit 4d8241ebab

View File

@@ -178,7 +178,7 @@ class CommandsAccessoryTest < ActiveSupport::TestCase
test "remove" do
assert_equal \
"docker exec kamal-proxy kamal-proxy remove custom-busybox",
new_command(:busybox).remove(target: "172.1.0.2").join(" ")
new_command(:busybox).remove.join(" ")
end
private