mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 18:59:38 +02:00
Fix api user test #2752
This commit is contained in:
parent
db33638f0d
commit
626fa6d25d
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ describe ApiUser do
|
||||||
@api_user.valid?
|
@api_user.valid?
|
||||||
@api_user.errors.full_messages.should match_array([
|
@api_user.errors.full_messages.should match_array([
|
||||||
"Password Password is missing",
|
"Password Password is missing",
|
||||||
|
"Password is too short (minimum is 6 characters)",
|
||||||
"Registrar Registrar is missing",
|
"Registrar Registrar is missing",
|
||||||
"Username Username is missing",
|
"Username Username is missing",
|
||||||
"Roles is missing"
|
"Roles is missing"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue