tests: chase remote/local removal

This commit is contained in:
William Pitcock 2019-05-26 00:20:54 +00:00
commit 45e4642a58
3 changed files with 0 additions and 32 deletions

View file

@ -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,