Skip to content

Commit

Permalink
Edit error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusbv committed Nov 5, 2024
1 parent 2371d09 commit fb4da66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@
.with({ headers: scc_headers, body: payload.merge({ byos_mode: 'byos' }) })
.and_return(
status: 401,
body: { error: 'error_message' }.to_json,
body: { error: 'Migration target not allowed on this instance type' }.to_json,
headers: {}
)
request
Expand Down

0 comments on commit fb4da66

Please sign in to comment.