diff options
| author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-05-24 21:05:57 +0700 |
|---|---|---|
| committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-05-24 21:05:57 +0700 |
| commit | f333041a0a2b9c2f1ef2236254b8dd3e9a55a688 (patch) | |
| tree | 317be4a8b7c0b9a231853ee05547554f5da74c3f /test/web/activity_pub/activity_pub_test.exs | |
| parent | 3b71612d3d8b5e2ad53bda4399eb7f687cd6c30e (diff) | |
| parent | 6499adc6a83b4064f7283de3c729053e62ade7b2 (diff) | |
| download | pleroma-f333041a0a2b9c2f1ef2236254b8dd3e9a55a688.tar.gz pleroma-f333041a0a2b9c2f1ef2236254b8dd3e9a55a688.zip | |
Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists
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 11fd3d244..5d0d5a40e 100644 --- a/test/web/activity_pub/activity_pub_test.exs +++ b/test/web/activity_pub/activity_pub_test.exs @@ -1005,7 +1005,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubTest do describe "update" do test "it creates an update activity with the new user data" do user = insert(:user) - {:ok, user} = Pleroma.Web.WebFinger.ensure_keys_present(user) + {:ok, user} = User.ensure_keys_present(user) user_data = Pleroma.Web.ActivityPub.UserView.render("user.json", %{user: user}) {:ok, update} = |
