Failure in api/3_create/merge_request/push_options_target_branch_spec.rb | Create Merge request push options sets a target branch
Full description
Create Merge request push options sets a target branch
File path
./qa/specs/features/api/3_create/merge_request/push_options_target_branch_spec.rb
Stack trace
Failure/Error:
merge_request = Resource::MergeRequest.fabricate_via_api! do |mr|
mr.project = project
mr.iid = merge_request[:iid]
end.merge_via_api!
QA::Resource::Errors::ResourceUpdateFailedError:
Could not merge. Request returned (405): `{"message":"405 Method Not Allowed"}`.
First happened in https://gitlab.com/gitlab-org/gitlab/-/jobs/3187076949.
Related test case: https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347726.