Skip to content

Commit

Permalink
Fix compilation error (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseshieh authored and bitwalker committed May 19, 2019
1 parent 91adfd3 commit 5859710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cases/integration_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ defmodule Distillery.Test.IntegrationTest do
:timer.sleep(1_000)
try_healthz(tries + 1)
_ ->
IO.inspect "Request (attempt #{tries} of 5) to /healthz endpoint failed with: #{err}"
IO.inspect "Requests to /healthz endpoint exhausted retries"
:error
end
end
Expand Down

0 comments on commit 5859710

Please sign in to comment.