mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
Use EIS specific XML namespaces #2683
This commit is contained in:
parent
4b506d37e5
commit
8c95c66184
44 changed files with 1549 additions and 1482 deletions
|
@ -41,7 +41,7 @@ describe 'EPP Session', epp: true do
|
|||
end
|
||||
|
||||
it 'prohibits further actions unless logged in' do
|
||||
@xsd = Nokogiri::XML::Schema(File.read('doc/schemas/domain-1.0.xsd'))
|
||||
@xsd = Nokogiri::XML::Schema(File.read('doc/schemas/domain-eis-1.0.xsd'))
|
||||
response = epp_plain_request(@epp_xml.domain.info(name: { value: 'test.ee' }))
|
||||
response[:msg].should == 'You need to login first.'
|
||||
response[:result_code].should == '2002'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue