Skip to content

Use GET request instead of POST

What does this MR do?

While working on !24319 (merged), I discovered an inconsistency with our pipeline_controller_spec.

This MR fixes a spec setting up a POST request instead of a GET request.

Screenshots

As you can see below, we don't have a matching route for a tests_report POST request.

goldenson_Maximes-MacBook-Pro____Code_gitlab-development-kit_gitlab_2020-02-06_15-36-52

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Max Orefice

Merge request reports