From: Francis Dinh Date: Tue, 27 Mar 2018 06:08:46 +0000 (-0400) Subject: Forgot to fix one of the links in a test X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=9556c8f6e720a1b63df16d7165a40936b52fc0b4;hp=5ba2f4b6d8ba9f80a392b1298758f257d59cb853;p=akkoma Forgot to fix one of the links in a test --- diff --git a/test/web/twitter_api/twitter_api_test.exs b/test/web/twitter_api/twitter_api_test.exs index 740371880..715a746ef 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) - expected_text = "Hello again, @shp.<script></script>
This is on another :moominmamma: line. #
image.jpg" + expected_text = "Hello again, @shp.<script></script>
This is on another :moominmamma: line.
image.jpg" assert get_in(activity.data, ["object", "content"]) == expected_text assert get_in(activity.data, ["object", "type"]) == "Note" assert get_in(activity.data, ["object", "actor"]) == user.ap_id