mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Update fixtures
This commit is contained in:
parent
81f923ab01
commit
76f8a46faa
1 changed files with 2 additions and 0 deletions
2
test/fixtures/users.yml
vendored
2
test/fixtures/users.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
api_bestnames:
|
||||
username: test_bestnames
|
||||
password: testtest
|
||||
encrypted_password: <%= Devise::Encryptor.digest(ApiUser, 'testtest') %>
|
||||
type: ApiUser
|
||||
registrar: bestnames
|
||||
active: true
|
||||
|
@ -10,6 +11,7 @@ api_bestnames:
|
|||
api_goodnames:
|
||||
username: test_goodnames
|
||||
password: testtest
|
||||
encrypted_password: <%= Devise::Encryptor.digest(ApiUser, 'testtest') %>
|
||||
type: ApiUser
|
||||
registrar: goodnames
|
||||
active: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue