Merge branch 'develop' into feature/addressable-lists
[akkoma] / test / web / twitter_api / util_controller_test.exs
index ca0b8cc260a72dee21c1dbce79a8726af7346821..21324399fb3fc5b12863dae94ff152994b5ff796 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.TwitterAPI.UtilControllerTest do
   use Pleroma.Web.ConnCase
 
@@ -102,7 +106,6 @@ defmodule Pleroma.Web.TwitterAPI.UtilControllerTest do
       conn
       |> assign(:user, user)
       |> put("/api/pleroma/notification_settings", %{
-        "remote" => false,
         "followers" => false,
         "bar" => 1
       })
@@ -111,8 +114,6 @@ defmodule Pleroma.Web.TwitterAPI.UtilControllerTest do
       user = Repo.get(User, user.id)
 
       assert %{
-               "remote" => false,
-               "local" => true,
                "followers" => false,
                "follows" => true,
                "non_follows" => true,