Fixed kamal-proxy remove command

This commit is contained in:
Igor Alexandrov
2024-10-31 10:56:43 +04:00
parent aa2906086a
commit 86657b0172
3 changed files with 7 additions and 7 deletions

View File

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