Fix test
This commit is contained in:
parent
941e0f06ec
commit
5b1954f100
8 changed files with 21 additions and 21 deletions
|
@ -168,7 +168,7 @@ RSpec.describe '/api/v1/accounts' do
|
|||
it 'returns JSON with following=false and requested=true' do
|
||||
subject
|
||||
|
||||
json = body_as_json
|
||||
json = response.parsed_body
|
||||
|
||||
expect(json[:following]).to be false
|
||||
expect(json[:requested]).to be true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue