mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 11:19:19 +00:00
test: nickname is no longer a required field
This commit is contained in:
parent
5202d4ce10
commit
aea23468c6
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ defmodule Pleroma.UserTest do
|
|||
end
|
||||
|
||||
test "it has required fields" do
|
||||
[:name, :nickname, :ap_id]
|
||||
[:name, :ap_id]
|
||||
|> Enum.each(fn field ->
|
||||
cs = User.remote_user_creation(Map.delete(@valid_remote, field))
|
||||
refute cs.valid?
|
||||
|
|
Loading…
Reference in a new issue