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