Merge branch 'develop' into issue/1276
[akkoma] / test / web / mastodon_api / views / account_view_test.exs
index ef3f3eff17f8b3f41d23af0d8d8d5696f97d7668..8d00e3c21ba935aaf9b618425e38b0ed0bf1335e 100644 (file)
@@ -178,9 +178,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
 
     assert represented = AccountView.render("show.json", %{user: user})
     assert represented.acct == "compositions@channels.tests.funkwhale.audio"
-    # assert represented.url == "https://channels.tests.funkwhale.audio/channels/compositions"
-    assert represented.url ==
-             "https://channels.tests.funkwhale.audio/federation/actors/compositions"
+    assert represented.url == "https://channels.tests.funkwhale.audio/channels/compositions"
   end
 
   test "Represent a deactivated user for an admin" do