forked from AkkomaGang/akkoma
test fix
This commit is contained in:
parent
75e886b506
commit
a42d135cce
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ test "it renders the info", %{"/api/v1/instance": info} do
|
|||
registrations: true
|
||||
} = info
|
||||
|
||||
assert String.equivalent?(description, "A Pleroma instance, an alternative fediverse server")
|
||||
assert String.equivalent?(description, "Pleroma: An efficient and flexible fediverse server")
|
||||
end
|
||||
|
||||
test "it renders the panel", %{"/instance/panel.html": panel} do
|
||||
|
|
Loading…
Reference in a new issue