tests: chase remote/local removal
This commit is contained in:
parent
750ede5764
commit
45e4642a58
3 changed files with 0 additions and 32 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue