Skip to content

Remove duplicate test cases for Npm::CreatePackageService

What does this MR do and why?

While working on another MR, I notived this unnecessary duplicate test cases, see changes. Decided to provide this small MR as a fix.

🛠 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

Only test related

How to set up and validate locally

Just execute the respective test

bundle exec rspec spec/services/packages/npm/create_package_service_spec.rb

Related to #323970

Edited by Gerardo Navarro

Merge request reports