From 1170e2311eef53fe6433071f8d418381a16dee98 Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Mon, 1 May 2023 18:32:07 +0100 Subject: [PATCH] Check if we are still getting a 404 --- test/integration/deploy_test.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/deploy_test.rb b/test/integration/deploy_test.rb index ec894caf..351dc5d2 100644 --- a/test/integration/deploy_test.rb +++ b/test/integration/deploy_test.rb @@ -55,8 +55,9 @@ class DeployTest < ActiveSupport::TestCase if code != "200" puts "Got response code #{code}, here are the traefik logs:" mrsk :traefik, :logs - puts "Add here are the load balancer logs" + puts "And here are the load balancer logs" docker_compose :logs, :load_balancer + puts "Tried to get the response code again and got #{app_response.code}" end assert_equal "200", code end