Skip to content

Commit 41e03b9

Browse files
committed
Formatting
1 parent 6c344e7 commit 41e03b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/plug_test.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ defmodule PlugTest do
2525
result =
2626
Plug.Adapters.Test.Conn.conn(%Plug.Conn{}, :get, @endpoint, %{})
2727
|> ExHealth.Plug.call([])
28+
2829
assert result.status == 503
2930
Application.put_env(:ex_health, :http_err_code, false)
3031
end

0 commit comments

Comments
 (0)