Fix associated test as well

develop
Mark Felder 2019-09-12 12:29:08 -05:00
parent 74e4c72c4a
commit 102eb4455c
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do
assert capture_log(fn ->
{:ok, _returned_activity} = Transmogrifier.handle_incoming(data)
end) =~ "[error] Couldn't fetch \"\"https://404.site/whatever\"\", error: nil"
end) =~ "[error] Couldn't fetch \"https://404.site/whatever\", error: nil"
end
test "it works for incoming notices" do