Check if we are still getting a 404

This commit is contained in:
Donal McBreen
2023-05-01 18:32:07 +01:00
parent 94f87edded
commit 1170e2311e

View File

@@ -55,8 +55,9 @@ class DeployTest < ActiveSupport::TestCase
if code != "200" if code != "200"
puts "Got response code #{code}, here are the traefik logs:" puts "Got response code #{code}, here are the traefik logs:"
mrsk :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 docker_compose :logs, :load_balancer
puts "Tried to get the response code again and got #{app_response.code}"
end end
assert_equal "200", code assert_equal "200", code
end end