Preloading: Fix nodeinfo url.

This commit is contained in:
lain 2020-06-26 14:48:23 +02:00
commit a2002ebb63
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ defmodule Pleroma.Web.Preload.Providers.InstanceTest do
)
end
test "it renders the node_info", %{"/nodeinfo/2.0": nodeinfo} do
test "it renders the node_info", %{"/nodeinfo/2.0.json": nodeinfo} do
%{
metadata: metadata,
version: "2.0"