Skip to content

Commit

Permalink
Print data should be json with error
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusbv committed Nov 5, 2024
1 parent fb4da66 commit 7977184
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@

it 'renders an error' do
data = JSON.parse(response.body)
pp data
expect(data['error']).to eq('Migration target not allowed on this instance type')
end
end
Expand Down

0 comments on commit 7977184

Please sign in to comment.