Skip to content

Fixed bugs with validation of requests (GONRG-7698)

Riabokon Stanislav(EPAM)[GCP] requested to merge fixes-validation into master

Type of change

  • Bug Fix
  • Feature

#59 (closed)

Does this introduce a change in the core logic?

  • [YES]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • Google Cloud
  • IBM

Does this introduce a breaking change?

  • [YES]

What is the current behavior?

Validation is not working correctly. It is the HTTP status 400 without an error message.

What is the new/expected behavior?

The new behavior is the HTTP status 400 with an error message of validation.

Edited by Riabokon Stanislav(EPAM)[GCP]

Merge request reports