diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-04-09 10:17:44 +0000 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-04-09 10:17:44 +0000 |
commit | 365c34a7a96a9cbd5acb30eb6eedf195eeaff131 (patch) | |
tree | 1751840e4894cd3eac95d445ba091e4d15584dc8 | |
parent | 1cf0d5ab0d579ee4a1a779c308fedb0ab8ec3884 (diff) | |
download | pleroma-365c34a7a96a9cbd5acb30eb6eedf195eeaff131.tar.gz pleroma-365c34a7a96a9cbd5acb30eb6eedf195eeaff131.zip |
Apply suggestion to test/web/admin_api/admin_api_controller_test.exs
-rw-r--r-- | test/web/admin_api/admin_api_controller_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/admin_api/admin_api_controller_test.exs b/test/web/admin_api/admin_api_controller_test.exs index 32fe69d19..afd894269 100644 --- a/test/web/admin_api/admin_api_controller_test.exs +++ b/test/web/admin_api/admin_api_controller_test.exs @@ -671,7 +671,7 @@ defmodule Pleroma.Web.AdminAPI.AdminAPIControllerTest do conn = post(conn, "/api/pleroma/admin/users/email_invite?email=foo@bar.com&name=JD") assert json_response(conn, :bad_request) == - "To send invites you need set `invites_enabled` option to true." + "To send invites you need to set the `invites_enabled` option to true." end test "it returns 500 if `registrations_open` is enabled", %{conn: conn} do |