Remove redundant call to env remove

This commit is contained in:
Donal McBreen
2024-09-12 16:57:41 +01:00
parent 24031fefb0
commit d2672c771e

View File

@@ -49,8 +49,6 @@ class ProxyTest < IntegrationTest
kamal :proxy, :remove
assert_proxy_not_running
assert_proxy_directory_removed
kamal :env, :delete
end
private