diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-05-16 15:31:11 +0200 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-05-16 18:19:04 +0200 |
commit | 70024632ba32121bd63a439b2d708d4b4ff1a190 (patch) | |
tree | 7bcdcf637337997cd17d0d6d38d8bce2a77d4752 /test/web/salmon/salmon_test.exs | |
parent | 423194520e3fd1d2b285e7cf34a8ad7476276f5d (diff) | |
download | pleroma-70024632ba32121bd63a439b2d708d4b4ff1a190.tar.gz pleroma-70024632ba32121bd63a439b2d708d4b4ff1a190.zip |
AP refactoring.
Diffstat (limited to 'test/web/salmon/salmon_test.exs')
-rw-r--r-- | test/web/salmon/salmon_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/salmon/salmon_test.exs b/test/web/salmon/salmon_test.exs index ed26ccf83..65d81e44f 100644 --- a/test/web/salmon/salmon_test.exs +++ b/test/web/salmon/salmon_test.exs @@ -71,7 +71,7 @@ defmodule Pleroma.Web.Salmon.SalmonTest do mentioned_user = insert(:user, user_data) note = insert(:note) activity_data = %{ - "id" => Pleroma.Web.ActivityPub.ActivityPub.generate_activity_id, + "id" => Pleroma.Web.ActivityPub.Utils.generate_activity_id, "type" => "Create", "actor" => note.data["actor"], "to" => note.data["to"] ++ [mentioned_user.ap_id], |