Skip to content

Fix wrong reason for error service object

What does this MR do and why?

  • In a previous MR, we introduced a wrong reason for a service object.
  • In this MR, we ensures that we use the correct reason for error service object.
  • We also ensure that the test is not reusing the constant to avoid (copy&paste) mistakes and make tests for reliable

🛠 with at Siemens

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

MR Checklist (@gerardo-navarro)

Screenshots or screen recordings

No frontend . Only backend changes.

How to set up and validate locally

  1. Execute the test cases
bundle exec rspec spec/services/packages/npm/create_package_service_spec.rb

Related to #323970

Edited by Gerardo Navarro

Merge request reports