Assorted fixes.

This commit is contained in:
lain 2018-11-30 17:08:02 +01:00
commit 48b95a9b95
5 changed files with 19 additions and 15 deletions

View file

@ -447,7 +447,7 @@ defmodule Pleroma.Web.OStatusTest do
end
end
test "it doesn't add nil in the do field" do
test "it doesn't add nil in the to field" do
incoming = File.read!("test/fixtures/nil_mention_entry.xml")
{:ok, [activity]} = OStatus.handle_incoming(incoming)