Twitter Representers: Handle Mastodon attachments.
[akkoma] / test / web / twitter_api / twitter_api_test.exs
index 823ba391322688950810bac42b9275b281c9c627..ac62880d5244ad2b6f85e9b0317921cb233feb60 100644 (file)
@@ -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