Check if we are still getting a 404
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user