diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-04-06 10:59:35 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-04-10 06:20:03 +0200 |
commit | e89078ac2a27bb0a833c982dbb5eef63ddea3cc0 (patch) | |
tree | 48e529088dd7a0ad2fa076b4d28e7ee162c60644 /test/web | |
parent | 3420dec494203b46d37ddc17f7e1235dc908a5b3 (diff) | |
download | pleroma-e89078ac2a27bb0a833c982dbb5eef63ddea3cc0.tar.gz |
User: remove source_data
Diffstat (limited to 'test/web')
-rw-r--r-- | test/web/activity_pub/activity_pub_test.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/web/activity_pub/activity_pub_test.exs b/test/web/activity_pub/activity_pub_test.exs index 17e7b97de..6410df49b 100644 --- a/test/web/activity_pub/activity_pub_test.exs +++ b/test/web/activity_pub/activity_pub_test.exs @@ -180,7 +180,6 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubTest do {:ok, user} = ActivityPub.make_user_from_ap_id(user_id) assert user.ap_id == user_id assert user.nickname == "admin@mastodon.example.org" - assert user.source_data assert user.ap_enabled assert user.follower_address == "http://mastodon.example.org/users/admin/followers" end |