mirror of
https://github.com/internetee/registry.git
synced 2025-07-26 04:28:27 +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
|
@ -10,8 +10,8 @@ describe 'EPP Keyrelay', epp: true do
|
|||
before(:all) do
|
||||
@elkdata = Fabricate(:registrar, { name: 'Elkdata', reg_no: '123' })
|
||||
@zone = Fabricate(:registrar)
|
||||
Fabricate(:epp_user, username: 'zone', registrar: @zone)
|
||||
Fabricate(:epp_user, username: 'elkdata', registrar: @elkdata)
|
||||
Fabricate(:api_user, username: 'zone', registrar: @zone)
|
||||
Fabricate(:api_user, username: 'elkdata', registrar: @elkdata)
|
||||
|
||||
@uniq_no = proc { @i ||= 0; @i += 1 }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue