mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Update period faultcode #2621
This commit is contained in:
parent
ac886fb4cb
commit
a373015667
3 changed files with 20 additions and 20 deletions
|
@ -326,7 +326,7 @@ describe 'EPP Domain', epp: true do
|
|||
})
|
||||
|
||||
response = epp_plain_request(xml)
|
||||
response[:results][0][:result_code].should == '2004'
|
||||
response[:results][0][:result_code].should == '2306'
|
||||
response[:results][0][:msg].should == 'Period must add up to 1, 2 or 3 years [period]'
|
||||
response[:results][0][:value].should == '367'
|
||||
end
|
||||
|
@ -1994,7 +1994,7 @@ describe 'EPP Domain', epp: true do
|
|||
|
||||
response = epp_plain_request(xml)
|
||||
response[:results][0][:msg].should == 'Period must add up to 1, 2 or 3 years [period]'
|
||||
response[:results][0][:result_code].should == '2004'
|
||||
response[:results][0][:result_code].should == '2306'
|
||||
response[:results][0][:value].should == '4'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue