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