mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Use general epp_xml
This commit is contained in:
parent
a637eb5e01
commit
ea28a351d6
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ require 'rails_helper'
|
|||
describe 'EPP Domain', epp: true do
|
||||
before(:all) do
|
||||
create_settings
|
||||
@epp_xml = EppXml::Domain.new(cl_trid: 'ABC-12345')
|
||||
@epp_xml = EppXml.new(cl_trid: 'ABC-12345')
|
||||
@registrar1 = Fabricate(:registrar1)
|
||||
@registrar2 = Fabricate(:registrar2)
|
||||
Fabricate(:api_user, username: 'registrar1', registrar: @registrar1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue