forked from AkkomaGang/akkoma
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 @@ test "it enforces the fqn format for nicknames" 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