From d2672c771ea97e3380302378f3163359d649e6f6 Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Thu, 12 Sep 2024 16:57:41 +0100 Subject: [PATCH] Remove redundant call to env remove --- test/integration/proxy_test.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/integration/proxy_test.rb b/test/integration/proxy_test.rb index d796eb6d..efab2583 100644 --- a/test/integration/proxy_test.rb +++ b/test/integration/proxy_test.rb @@ -49,8 +49,6 @@ class ProxyTest < IntegrationTest kamal :proxy, :remove assert_proxy_not_running assert_proxy_directory_removed - - kamal :env, :delete end private