mirror of
https://github.com/internetee/registry.git
synced 2025-08-16 06:23:57 +02:00
fixed test
This commit is contained in:
parent
618f2f5aed
commit
69dca2ca73
1 changed files with 1 additions and 1 deletions
|
@ -1311,7 +1311,7 @@ class EppDomainUpdateBaseTest < EppTestCase
|
||||||
domain.reload
|
domain.reload
|
||||||
|
|
||||||
assert_epp_response :completed_successfully
|
assert_epp_response :completed_successfully
|
||||||
assert response.body.include? "Admin contact #{new_admin_being_added.code} was discarded as duplicate;"
|
assert response.body.include? "Tech contact #{new_tech_being_added_and_skipped.code} was discarded as duplicate;"
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue