Remove unnecessary teardown step

This commit is contained in:
Artur Beljajev 2019-09-03 18:25:18 +03:00
parent b622f5f040
commit 771f9b20a9
7 changed files with 0 additions and 19 deletions

View file

@ -49,6 +49,5 @@ class EppDomainUpdateTest < ApplicationIntegrationTest
post '/epp/command/update', { frame: request_xml }, 'HTTP_COOKIE' => 'session=api_bestnames'
assert_equal '2105', Nokogiri::XML(response.body).at_css('result')[:code]
travel_back
end
end