diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/pleroma/signature_test.exs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/signature_test.exs b/test/pleroma/signature_test.exs index f5a915fa8..8edf67a7b 100644 --- a/test/pleroma/signature_test.exs +++ b/test/pleroma/signature_test.exs @@ -113,7 +113,7 @@ defmodule Pleroma.SignatureTest do      test "it calls webfinger for 'acct:' accounts" do        with_mock(Pleroma.Web.WebFinger, -        finger: fn _ -> %{"ap_id" => "https://gensokyo.2hu/users/raymoo"} end +        finger: fn _ -> {:ok, %{"ap_id" => "https://gensokyo.2hu/users/raymoo"}} end        ) do          assert Signature.key_id_to_actor_id("acct:raymoo@gensokyo.2hu") ==                   {:ok, "https://gensokyo.2hu/users/raymoo"}  | 
