summaryrefslogtreecommitdiff
path: root/test/web/twitter_api/twitter_api_test.exs
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2017-11-18 15:58:44 +0000
committerlambda <pleromagit@rogerbraun.net>2017-11-18 15:58:44 +0000
commited3403ad8be255480d7e41f899d74fe9e5ef3f84 (patch)
treef2a5c041dc5879af9b56215bdd53311443027e05 /test/web/twitter_api/twitter_api_test.exs
parent146ec80285a7f4e8a64ce286f7ddd69c59841695 (diff)
parent31e4277ba5a2a793a0bc94f5d7682a48349583a3 (diff)
downloadpleroma-ed3403ad8be255480d7e41f899d74fe9e5ef3f84.tar.gz
pleroma-ed3403ad8be255480d7e41f899d74fe9e5ef3f84.zip
Merge branch 'formatting-fixes' into 'develop'
Formatting fixes Closes #80 See merge request pleroma/pleroma!22
Diffstat (limited to 'test/web/twitter_api/twitter_api_test.exs')
-rw-r--r--test/web/twitter_api/twitter_api_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/twitter_api/twitter_api_test.exs b/test/web/twitter_api/twitter_api_test.exs
index 994cc8f90..06ecd9e75 100644
--- a/test/web/twitter_api/twitter_api_test.exs
+++ b/test/web/twitter_api/twitter_api_test.exs
@@ -34,7 +34,7 @@ defmodule Pleroma.Web.TwitterAPI.TwitterAPITest do
{ :ok, activity = %Activity{} } = TwitterAPI.create_status(user, input)
- assert get_in(activity.data, ["object", "content"]) == "Hello again, <a href='shp'>@shp</a>.<br>\nThis is on another line. #2hu #epic #phantasmagoric<br>\n<a href=\"http://example.org/image.jpg\" class='attachment'>image.jpg</a>"
+ assert get_in(activity.data, ["object", "content"]) == "Hello again, <a href='shp'>@shp</a>.&lt;script&gt;&lt;/script&gt;<br>This is on another line. #2hu #epic #phantasmagoric<br><a href=\"http://example.org/image.jpg\" class='attachment'>image.jpg</a>"
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