This website requires JavaScript.
Explore
lain.church
Help
Register
Sign In
squeegily
/
pleroma
Watch
1
Star
0
Fork
0
You've already forked pleroma
Code
Issues
Pull Requests
Releases
Wiki
Activity
73afd13c21
pleroma
/
test
/
web
/
twitter_api
History
Sadposter
73afd13c21
Add subscription key to one test I forgot about
2019-04-05 15:37:36 +01:00
..
representers
views
Add subscription key to one test I forgot about
2019-04-05 15:37:36 +01: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