update instance info test

This commit is contained in:
FloatingGhost 2022-07-01 14:19:57 +01:00
parent 412d990a4d
commit b736d25b3f

View file

@ -15,7 +15,7 @@ test "it renders the info", %{"/api/v1/instance" => info} do
registrations: true
} = info
assert String.equivalent?(description, "Pleroma: An efficient and flexible fediverse server")
assert String.equivalent?(description, "Akkoma: The cooler fediverse server")
end
test "it renders the panel", %{"/instance/panel.html" => panel} do