summaryrefslogtreecommitdiff
path: root/test/web/twitter_api/twitter_api_test.exs
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-01-21 07:14:20 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-01-21 08:00:41 +0100
commit98c8184c1fc013fbd48bd78a2603c8e560038081 (patch)
tree8274d0c40d61976ec41dc71ecbccb49dadcc3eeb /test/web/twitter_api/twitter_api_test.exs
parent2fdbd4d137387d4d469d314b641070a9fdc0468c (diff)
downloadpleroma-98c8184c1fc013fbd48bd78a2603c8e560038081.tar.gz
pleroma-98c8184c1fc013fbd48bd78a2603c8e560038081.zip
Activity: get_create_activity_by_object_ap_id/1 → get_create_by_object_ap_id/1
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 547592ff2..f94e2b873 100644
--- a/test/web/twitter_api/twitter_api_test.exs
+++ b/test/web/twitter_api/twitter_api_test.exs
@@ -451,7 +451,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_by_object_ap_id("tag:mastodon.social,2017-04-05:objectId=1641750:objectType=Status")
end
end
end