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:op
> ./test/op_web/controllers/error_json_test.exs
Lenses
(coming soon!)
defmodule OpWeb.ErrorJSONTest do
use OpWeb.ConnCase, async: true
test "renders 404" do
assert OpWeb.ErrorJSON.render("404.json", %{}) == %{errors: %{detail: "Not Found"}}
end
test "renders 500" do
assert OpWeb.ErrorJSON.render("500.json", %{}) ==
%{errors: %{detail: "Internal Server Error"}}
end
end