From 0ca3ab7b59edaec255aa3710fce8a9daa236b44d Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Mon, 31 Jul 2017 13:06:31 +0200 Subject: Remove newlines completely so mastodon doesn't bug out. --- test/web/twitter_api/twitter_api_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/web/twitter_api/twitter_api_test.exs') diff --git a/test/web/twitter_api/twitter_api_test.exs b/test/web/twitter_api/twitter_api_test.exs index 1dd8ba2e6..cd05da508 100644 --- a/test/web/twitter_api/twitter_api_test.exs +++ b/test/web/twitter_api/twitter_api_test.exs @@ -33,7 +33,7 @@ defmodule Pleroma.Web.TwitterAPI.TwitterAPITest do { :ok, activity = %Activity{} } = TwitterAPI.create_status(user, input) - assert get_in(activity.data, ["object", "content"]) == "

Hello again, @shp.
\nThis is on another line. #2hu #epic #phantasmagoric
\nimage.jpg

" + assert get_in(activity.data, ["object", "content"]) == "

Hello again, @shp.
This is on another line. #2hu #epic #phantasmagoric
image.jpg

" assert get_in(activity.data, ["object", "type"]) == "Note" assert get_in(activity.data, ["object", "actor"]) == user.ap_id assert get_in(activity.data, ["actor"]) == user.ap_id -- cgit v1.2.3