Skip to content

Commit

Permalink
add stub request proper error
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusbv committed Nov 5, 2024
1 parent e2dd8e6 commit 1c8c8c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
stub_request(:post, scc_activate_url)
.to_return(
status: 200,
body: { ok: 'Unexpected instance verification error has occurred' }.to_json,
body: { error: 'Unexpected instance verification error has occurred' }.to_json,
headers: {}
)
expect(InstanceVerification::Providers::Example).to receive(:new)
Expand Down

0 comments on commit 1c8c8c5

Please sign in to comment.