Browse Source

Apply suggestion to test/web/admin_api/admin_api_controller_test.exs

contrib/munin-healthcheck
Alexander Strizhakov 4 years ago
parent
commit
9795ff5b01
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/web/admin_api/admin_api_controller_test.exs

+ 1
- 1
test/web/admin_api/admin_api_controller_test.exs View File

@@ -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



Loading…
Cancel
Save