aboutsummaryrefslogtreecommitdiff
path: root/test/web/twitter_api/twitter_api_test.exs
diff options
context:
space:
mode:
authoreal <eal@waifu.club>2018-01-16 15:31:03 +0200
committereal <eal@waifu.club>2018-01-16 15:31:03 +0200
commitb3e7d7ae6d4ab4b871ecf18706461945fd148a1b (patch)
tree499bf53955d6a21f92ce2010e3e62f79438cbff6 /test/web/twitter_api/twitter_api_test.exs
parent80f6ac412a632da090be9f3d86971eac0b95a53d (diff)
downloadpleroma-b3e7d7ae6d4ab4b871ecf18706461945fd148a1b.tar.gz
Fetch external profile in the background.
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 823ba3913..ac62880d5 100644
--- a/test/web/twitter_api/twitter_api_test.exs
+++ b/test/web/twitter_api/twitter_api_test.exs
@@ -404,7 +404,7 @@ defmodule Pleroma.Web.TwitterAPI.TwitterAPITest do
assert represented["id"] == UserView.render("show.json", %{user: remote, for: user})["id"]
# Also fetches the feed.
- assert Activity.get_create_activity_by_object_ap_id("tag:mastodon.social,2017-04-05:objectId=1641750:objectType=Status")
+ # assert Activity.get_create_activity_by_object_ap_id("tag:mastodon.social,2017-04-05:objectId=1641750:objectType=Status")
end
end
end