mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +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
|
@ -412,7 +412,7 @@ describe 'EPP Contact', epp: true do
|
|||
}
|
||||
}
|
||||
response = update_request({ id: { value: 'FIRST0:SH8013' } }, extension)
|
||||
response[:msg].should ==
|
||||
response[:msg].should ==
|
||||
'Parameter value policy error. Update of ident data not allowed [ident]'
|
||||
response[:result_code].should == '2306'
|
||||
|
||||
|
@ -975,7 +975,7 @@ describe 'EPP Contact', epp: true do
|
|||
<command>
|
||||
<check>
|
||||
<contact:check
|
||||
xmlns:contact="urn:ietf:params:xml:ns:contact-1.0">
|
||||
xmlns:contact="https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/contact-eis-1.0.xsd">
|
||||
<contact:id>FIXED:CHECK-1234</contact:id>
|
||||
<contact:id>check-4321</contact:id>
|
||||
</contact:check>
|
||||
|
@ -991,7 +991,7 @@ describe 'EPP Contact', epp: true do
|
|||
<command>
|
||||
<check>
|
||||
<contact:check
|
||||
xmlns:contact="urn:ietf:params:xml:ns:contact-1.0">
|
||||
xmlns:contact="https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/contact-eis-1.0.xsd">
|
||||
<contact:id>FIXED:CHECK-LEGACY</contact:id>
|
||||
<contact:id>CID:FIXED:CHECK-LEGACY</contact:id>
|
||||
</contact:check>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue