mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Refactor EPP users to API users
This commit is contained in:
parent
b8494993ea
commit
c91c9c8ebf
44 changed files with 154 additions and 150 deletions
|
@ -16,7 +16,7 @@ registrar1 = Registrar.where(
|
|||
country: Country.first
|
||||
).first_or_create
|
||||
|
||||
EppUser.where(
|
||||
ApiUser.where(
|
||||
username: 'registrar1',
|
||||
password: 'test1',
|
||||
active: true,
|
||||
|
@ -30,7 +30,7 @@ registrar2 = Registrar.where(
|
|||
country: Country.first
|
||||
).first_or_create
|
||||
|
||||
EppUser.where(
|
||||
ApiUser.where(
|
||||
username: 'registrar2',
|
||||
password: 'test2',
|
||||
active: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue