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/mastodon_api | |
parent | 750ede5764d30063587182696f7ebc50c05f8278 (diff) | |
download | pleroma-45e4642a58f5299d2cd3f142aea110a474eb477f.tar.gz pleroma-45e4642a58f5299d2cd3f142aea110a474eb477f.zip |
tests: chase remote/local removal
Diffstat (limited to 'test/web/mastodon_api')
-rw-r--r-- | test/web/mastodon_api/account_view_test.exs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/web/mastodon_api/account_view_test.exs b/test/web/mastodon_api/account_view_test.exs index 6f8480ee2..23f250990 100644 --- a/test/web/mastodon_api/account_view_test.exs +++ b/test/web/mastodon_api/account_view_test.exs @@ -78,8 +78,6 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do user = insert(:user) notification_settings = %{ - "remote" => true, - "local" => true, "followers" => true, "follows" => true, "non_follows" => true, |