pleroma/test/web/twitter_api
rinpatch b57b43027c Change response format of /api/pleroma/emoji to the one that actually makes sense 2019-04-09 23:20:31 +03:00
..
representers Remove ActivityRepresenter 2019-03-26 17:16:21 +03:00
views change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` in tests 2019-04-02 17:08:03 +07:00
twitter_api_controller_test.exs replace `Repo.get_by(User, nickname: nickname)` with `User.get_by_nickname(nickname)` in tests 2019-04-02 17:58:32 +07:00
twitter_api_test.exs replace `Repo.get_by(User, nickname: nickname)` with `User.get_by_nickname(nickname)` in tests 2019-04-02 17:58:32 +07:00
util_controller_test.exs Change response format of /api/pleroma/emoji to the one that actually makes sense 2019-04-09 23:20:31 +03:00