diff options
| author | rinpatch <rinpatch@sdf.org> | 2019-01-25 10:40:51 +0300 |
|---|---|---|
| committer | rinpatch <rinpatch@sdf.org> | 2019-01-25 10:40:51 +0300 |
| commit | 3a5b3c5a3aca6886b96afb7d12628be6d42e427a (patch) | |
| tree | 48e376b83da9c1f221a9eb2817025e264cf08318 /test/web/activity_pub/activity_pub_test.exs | |
| parent | c9b418e5477229017b3750c55cf3ea3d03b7e609 (diff) | |
| parent | 4c99b6d35abe2beb184a12f7cba6f84a0fc6a27a (diff) | |
| download | pleroma-3a5b3c5a3aca6886b96afb7d12628be6d42e427a.tar.gz pleroma-3a5b3c5a3aca6886b96afb7d12628be6d42e427a.zip | |
Merge remote-tracking branch 'pl/develop' into oembed_provider
Diffstat (limited to 'test/web/activity_pub/activity_pub_test.exs')
| -rw-r--r-- | test/web/activity_pub/activity_pub_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/activity_pub/activity_pub_test.exs b/test/web/activity_pub/activity_pub_test.exs index 18f094379..d2e54d804 100644 --- a/test/web/activity_pub/activity_pub_test.exs +++ b/test/web/activity_pub/activity_pub_test.exs @@ -160,7 +160,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubTest do assert activity.data["to"] == ["user1", "user2"] assert activity.actor == user.ap_id - assert activity.recipients == ["user1", "user2"] + assert activity.recipients == ["user1", "user2", user.ap_id] end end |
