mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
rubocop autocorret to get tests green
This commit is contained in:
parent
c0caf53878
commit
2d6ed7fa45
24 changed files with 105 additions and 112 deletions
|
@ -33,7 +33,7 @@ describe 'EPP Contact', epp: true do
|
|||
|
||||
expect(response[:result_code]).to eq('1000')
|
||||
expect(response[:msg]).to eq('Command completed successfully')
|
||||
#expect(response[:clTRID]).to eq('ABC-12345')
|
||||
# expect(response[:clTRID]).to eq('ABC-12345')
|
||||
expect(Contact.first.created_by_id).to eq 2
|
||||
expect(Contact.first.updated_by_id).to eq nil
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue