mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 17:55:55 +02:00
Simplify fixture
This commit is contained in:
parent
4322830314
commit
e11fe95227
1 changed files with 2 additions and 5 deletions
7
test/fixtures/users.yml
vendored
7
test/fixtures/users.yml
vendored
|
@ -1,15 +1,12 @@
|
|||
DEFAULTS: &DEFAULTS
|
||||
username: test
|
||||
|
||||
api:
|
||||
<<: *DEFAULTS
|
||||
username: test
|
||||
type: ApiUser
|
||||
registrar: valid
|
||||
roles:
|
||||
- super
|
||||
|
||||
admin:
|
||||
<<: *DEFAULTS
|
||||
username: test
|
||||
type: AdminUser
|
||||
country_code: US
|
||||
roles:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue