From 6d63c4e9c6c08907e96aa296bdad10469081070e Mon Sep 17 00:00:00 2001 From: Igor Alexandrov Date: Fri, 27 Sep 2024 21:11:51 +0400 Subject: [PATCH] Fixed example with the proxy status after the application has been removed --- test/integration/app_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/app_test.rb b/test/integration/app_test.rb index 7112be9e..039ef012 100644 --- a/test/integration/app_test.rb +++ b/test/integration/app_test.rb @@ -48,7 +48,7 @@ class AppTest < IntegrationTest kamal :app, :remove - assert_app_is_down + assert_app_not_found assert_app_directory_removed end end