Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram:pain
> ./test/pain_web/controllers/error_json_test.exs
Lenses
(coming soon!)
defmodule PainWeb.ErrorJSONTest do
use PainWeb.ConnCase, async: true
test "renders 404" do
assert PainWeb.ErrorJSON.render("404.json", %{}) == %{errors: %{detail: "Not Found"}}
end
test "renders 500" do
assert PainWeb.ErrorJSON.render("500.json", %{}) ==
%{errors: %{detail: "Internal Server Error"}}
end
end