diff options
author | William Pitcock <nenolod@dereferenced.org> | 2019-05-26 00:20:54 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2019-05-26 00:20:54 +0000 |
commit | 45e4642a58f5299d2cd3f142aea110a474eb477f (patch) | |
tree | 699865fdfcaf3937c6bcb774d61ea64d04b042bc /test/web/twitter_api | |
parent | 750ede5764d30063587182696f7ebc50c05f8278 (diff) | |
download | pleroma-45e4642a58f5299d2cd3f142aea110a474eb477f.tar.gz |
tests: chase remote/local removal
Diffstat (limited to 'test/web/twitter_api')
-rw-r--r-- | test/web/twitter_api/util_controller_test.exs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/web/twitter_api/util_controller_test.exs b/test/web/twitter_api/util_controller_test.exs index ca0b8cc26..cab9e5d90 100644 --- a/test/web/twitter_api/util_controller_test.exs +++ b/test/web/twitter_api/util_controller_test.exs @@ -102,7 +102,6 @@ defmodule Pleroma.Web.TwitterAPI.UtilControllerTest do conn |> assign(:user, user) |> put("/api/pleroma/notification_settings", %{ - "remote" => false, "followers" => false, "bar" => 1 }) @@ -111,8 +110,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, |