Email blacklist: Update response phrasing

This commit is contained in:
Alex Gleason 2020-08-03 19:57:53 -05:00
commit 058daf498f
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 2 additions and 2 deletions

View file

@ -956,7 +956,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountControllerTest do
|> put_req_header("authorization", "Bearer " <> token)
|> post("/api/v1/accounts", params)
assert %{"error" => "{\"email\":[\"Email domain is blacklisted\"]}"} =
assert %{"error" => "{\"credentials\":[\"Invalid credentials\"]}"} =
json_response_and_validate_schema(conn, 400)
Pleroma.Config.put([User, :email_blacklist], [])