mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +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:
|
api:
|
||||||
<<: *DEFAULTS
|
username: test
|
||||||
type: ApiUser
|
type: ApiUser
|
||||||
registrar: valid
|
registrar: valid
|
||||||
roles:
|
roles:
|
||||||
- super
|
- super
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
<<: *DEFAULTS
|
username: test
|
||||||
type: AdminUser
|
type: AdminUser
|
||||||
country_code: US
|
country_code: US
|
||||||
roles:
|
roles:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue