Skip to content

Draft: Remove airborne dependency from project_archive_compare_spec

John McDonnell requested to merge jmd-remove-airborne-depency into master

What does this MR do and why?

The error in #372516 (closed) we can see a RestClient::Response instead of the expected RestClient::RawResponse.

In the line get(get_project_archive_zip.url, raw_response: true) we expect to call the get method defined in Support::API as this method, backed by rest-client supports the raw_response arg.
It appears that however instead, we are actually calling the get method defined in airborne for some reason in the review-app form of the tests.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports