diff --git a/test/pleroma/web/web_finger/web_finger_controller_test.exs b/test/pleroma/web/web_finger/web_finger_controller_test.exs index b89849e68..d60e8a585 100644 --- a/test/pleroma/web/web_finger/web_finger_controller_test.exs +++ b/test/pleroma/web/web_finger/web_finger_controller_test.exs @@ -143,6 +143,7 @@ defmodule Pleroma.Web.WebFinger.WebFingerControllerTest do |> json_response(200) assert response["subject"] == "acct:#{user.nickname}@localhost" + assert response["aliases"] == [ "https://hyrule.world/users/zelda", "https://mushroom.kingdom/users/toad"