mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Added Registrar roles with super, epp, billing
This commit is contained in:
parent
8371dcf46e
commit
5afa0ac793
12 changed files with 77 additions and 24 deletions
|
@ -13,7 +13,8 @@ describe ApiUser do
|
|||
@api_user.errors.full_messages.should match_array([
|
||||
"Password Password is missing",
|
||||
"Registrar Registrar is missing",
|
||||
"Username Username is missing"
|
||||
"Username Username is missing",
|
||||
"Roles is missing"
|
||||
])
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue