mirror of
https://github.com/internetee/registry.git
synced 2025-07-05 18:53:26 +02:00
Fix request spec log
This commit is contained in:
parent
f92d3088fb
commit
290fe0629d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ describe Repp::DomainV1 do
|
|||
# TODO: Maybe there is a way not to convert from and to json again
|
||||
expect(body['domains'].to_json).to eq(epp_user.registrar.domains.to_json)
|
||||
|
||||
log = ApiLog::ReppLog.first
|
||||
log = ApiLog::ReppLog.last
|
||||
expect(log[:request_path]).to eq('/repp/v1/domains')
|
||||
expect(log[:request_method]).to eq('GET')
|
||||
expect(log[:request_params]).to eq('{}')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue