mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 03:30:33 +02:00
Fix rubocop
This commit is contained in:
parent
45f816f160
commit
7823fdd06b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ describe Repp::DomainV1 do
|
|||
end
|
||||
|
||||
it 'returns domain names with offset' do
|
||||
get_with_auth '/repp/v1/domains', { offset: 1}, @api_user
|
||||
get_with_auth '/repp/v1/domains', { offset: 1 }, @api_user
|
||||
response.status.should == 200
|
||||
|
||||
body = JSON.parse(response.body)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue