diff --git a/test/integration/deploy_test.rb b/test/integration/deploy_test.rb index 1661b23a..ec894caf 100644 --- a/test/integration/deploy_test.rb +++ b/test/integration/deploy_test.rb @@ -55,6 +55,8 @@ 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" + docker_compose :logs, :load_balancer end assert_equal "200", code end