You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
akkoma-cachapa/test/web/twitter_api
Egor Kislitsyn 9a59c26619
replace `Repo.get_by(User, ap_id: ap_id)` with `User.get_by_ap_id(ap_id)`
6 years ago
..
representers Remove ActivityRepresenter 6 years ago
views change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` in tests 6 years ago
twitter_api_controller_test.exs replace `Repo.get_by(User, ap_id: ap_id)` with `User.get_by_ap_id(ap_id)` 6 years ago
twitter_api_test.exs common api: move context functions from twitterapi 6 years ago
util_controller_test.exs UtilController: Return state of safe dm mentions. 6 years ago