Merge branch 's3-namespace' into 'develop'
[akkoma] / test / web / twitter_api / twitter_api_test.exs
index 547592ff26926a3b8a6bdad5f5410e264c4db781..f94e2b873cb281741ccd5f6235e704b70ad50514 100644 (file)
@@ -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