mirror of
https://github.com/internetee/registry.git
synced 2025-05-20 19:29:39 +02:00
Set db cleaning strategy to truncation when running epp tests
This commit is contained in:
parent
b377fda73f
commit
120538bfed
6 changed files with 37 additions and 11 deletions
|
@ -17,7 +17,6 @@ describe 'EPP Session', type: :epp do
|
|||
|
||||
it 'logs in epp user' do
|
||||
response = Nokogiri::XML(server.send_request(read_body('login.xml')))
|
||||
|
||||
result = response.css('epp response result').first
|
||||
expect(result[:code]).to eq('1000')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue