We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c344e7 commit 41e03b9Copy full SHA for 41e03b9
test/plug_test.exs
@@ -25,6 +25,7 @@ defmodule PlugTest do
25
result =
26
Plug.Adapters.Test.Conn.conn(%Plug.Conn{}, :get, @endpoint, %{})
27
|> ExHealth.Plug.call([])
28
+
29
assert result.status == 503
30
Application.put_env(:ex_health, :http_err_code, false)
31
end
0 commit comments