diff options
author | lambda <pleromagit@rogerbraun.net> | 2019-01-23 12:14:41 +0000 |
---|---|---|
committer | lambda <pleromagit@rogerbraun.net> | 2019-01-23 12:14:41 +0000 |
commit | 5067b791a124960e3561ff77065a36d45abd2552 (patch) | |
tree | 38cf094a6405c147fe5d8cff3be173f2379166d9 /test/web/twitter_api/twitter_api_test.exs | |
parent | b624b7a150c813722c4ffe82112c03e246fb5760 (diff) | |
parent | 2de208817c04d9a48aaf0fdaf887dd0e10d15907 (diff) | |
download | pleroma-5067b791a124960e3561ff77065a36d45abd2552.tar.gz pleroma-5067b791a124960e3561ff77065a36d45abd2552.zip |
Merge branch 'rename/pleroma_activity_consistency' into 'develop'
Consistent fonction names in Pleroma.Activity
See merge request pleroma/pleroma!690
Diffstat (limited to 'test/web/twitter_api/twitter_api_test.exs')
-rw-r--r-- | test/web/twitter_api/twitter_api_test.exs | 2 |
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 |