mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 14:36:22 +02:00
Add domain base & auction tests
Add tests for domain create, delete, renew, transfer, update
This commit is contained in:
parent
f2f56d8350
commit
860c3c8008
11 changed files with 217 additions and 0 deletions
|
@ -17,7 +17,9 @@ class EppDomainBaseTest < EppTestCase
|
|||
post epp_info_path, params: { frame: request_xml },
|
||||
headers: { 'HTTP_COOKIE' => 'session=api_bestnames' }
|
||||
|
||||
response_xml = Nokogiri::XML(response.body)
|
||||
assert_epp_response :object_does_not_exist
|
||||
assert_correct_against_schema response_xml
|
||||
end
|
||||
|
||||
def test_invalid_path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue