pleroma/test/web/twitter_api
Eugenij 4bf2bb9cff Fix password reset for non-test env
Fixes `Plug.Conn.NotSentError` that causes a 5xx error in response
instead of 404 and 400.

Fixes pattern matching error caused by different response format
in test and non-test env: `Pleroma.Emails.Mailer.deliver_async` returns
:ok when PleromaJobQueue is enabled and `{:ok, _}` when it's disabled.
In tests, it's disabled.
2019-07-17 18:09:31 +00:00
..
representers Remove ActivityRepresenter 2019-03-26 17:16:21 +03:00
views [#878] Refactored assumptions on embedded object presence in tests. Adjusted note factory to not embed object into activity. 2019-07-08 19:53:02 +03:00
password_controller_test.exs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
twitter_api_controller_test.exs Fix password reset for non-test env 2019-07-17 18:09:31 +00:00
twitter_api_test.exs [#878] Refactored assumptions on embedded object presence in tests. Adjusted note factory to not embed object into activity. 2019-07-08 19:53:02 +03:00
util_controller_test.exs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00