diff options
| author | lain <lain@soykaf.club> | 2020-05-30 12:31:12 +0200 | 
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-05-30 12:31:12 +0200 | 
| commit | 6ff079ca9f1869ecc0789f8d684e8ea2959ccf1e (patch) | |
| tree | 512ef8d0f3d1707d5078a04a229ede65175ab879 /test/web/activity_pub | |
| parent | 8bdf18d7c10f0e740b2f5e0fa5063c522b8b3872 (diff) | |
| parent | b004c427a073f0f5f187f5978de416c0fae96ab8 (diff) | |
| download | pleroma-6ff079ca9f1869ecc0789f8d684e8ea2959ccf1e.tar.gz pleroma-6ff079ca9f1869ecc0789f8d684e8ea2959ccf1e.zip | |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms
Diffstat (limited to 'test/web/activity_pub')
| -rw-r--r-- | test/web/activity_pub/relay_test.exs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/test/web/activity_pub/relay_test.exs b/test/web/activity_pub/relay_test.exs index dbee8a0f4..b3b573c9b 100644 --- a/test/web/activity_pub/relay_test.exs +++ b/test/web/activity_pub/relay_test.exs @@ -108,6 +108,7 @@ defmodule Pleroma.Web.ActivityPub.RelayTest do        assert {:ok, %Activity{} = activity} = Relay.publish(note)        assert activity.data["type"] == "Announce"        assert activity.data["actor"] == service_actor.ap_id +      assert activity.data["to"] == [service_actor.follower_address]        assert called(Pleroma.Web.Federator.publish(activity))      end | 
