Merge branch 'pleroma-fe-2020-05-13-with-relationships-support' into 'develop'
[akkoma] / test / web / mastodon_api / controllers / notification_controller_test.exs
index d9356a844e3e436ca165ce1ad26484a7941d3c62..562fc4d8e6a2fa5ce01c9af07f88056e1c5da860 100644 (file)
@@ -12,9 +12,7 @@ defmodule Pleroma.Web.MastodonAPI.NotificationControllerTest do
 
   import Pleroma.Factory
 
-  test "does NOT render account/pleroma/relationship if this is disabled by default" do
-    clear_config([:extensions, :output_relationships_in_statuses_by_default], false)
-
+  test "does NOT render account/pleroma/relationship by default" do
     %{user: user, conn: conn} = oauth_access(["read:notifications"])
     other_user = insert(:user)