summaryrefslogtreecommitdiff
path: root/test/web/ostatus
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2018-11-30 17:08:02 +0100
committerlain <lain@soykaf.club>2018-11-30 17:08:02 +0100
commit48b95a9b954b6d9e1b6f98097b35fcca4172c8a0 (patch)
tree47c547135adcb9df3c901d1e3fb4c38fbdbef775 /test/web/ostatus
parentd407f662af625818aa1a3d236b354b120546516d (diff)
downloadpleroma-48b95a9b954b6d9e1b6f98097b35fcca4172c8a0.tar.gz
pleroma-48b95a9b954b6d9e1b6f98097b35fcca4172c8a0.zip
Assorted fixes.
Diffstat (limited to 'test/web/ostatus')
-rw-r--r--test/web/ostatus/ostatus_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/ostatus/ostatus_test.exs b/test/web/ostatus/ostatus_test.exs
index b2f25d215..6e5263014 100644
--- a/test/web/ostatus/ostatus_test.exs
+++ b/test/web/ostatus/ostatus_test.exs
@@ -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)