1 2 3 4 5 6 7 8 9 10 11
defmodule Pleroma.Web.WebFingerTest do use Pleroma.DataCase describe "host meta" do test "returns a link to the xml lrdd" do host_info = Pleroma.Web.WebFinger.host_meta assert String.contains?(host_info, Pleroma.Web.base_url) end end end