fluke/devops-service/tests/templates/fixtures/user.yml

15 lines
255 B
YAML
Raw Permalink Normal View History

2018-04-04 22:44:39 +03:00
superuser:
id: cucumber_test
password: cucumber_test
email: "test@test.test"
2018-04-04 22:44:39 +03:00
roles: ['super_user']
2018-04-04 22:44:39 +03:00
tinyuser:
id: cucumber_test_tiny
password: cucumber_test
email: "test@test.test"
roles: []
2018-04-04 22:44:39 +03:00
mandatory_fields: ['id', 'password', 'email']