From: Alexander Strizhakov Date: Thu, 9 Apr 2020 10:17:50 +0000 (+0000) Subject: Apply suggestion to test/web/admin_api/admin_api_controller_test.exs X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=9795ff5b016e74c0e7b94ac2ea28023208d1f8ee;p=akkoma Apply suggestion to test/web/admin_api/admin_api_controller_test.exs --- diff --git a/test/web/admin_api/admin_api_controller_test.exs b/test/web/admin_api/admin_api_controller_test.exs index afd894269..e8d11b88c 100644 --- a/test/web/admin_api/admin_api_controller_test.exs +++ b/test/web/admin_api/admin_api_controller_test.exs @@ -681,7 +681,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 `registrations_open` option to false." + "To send invites you need to set the `registrations_open` option to false." end end