Skip to content

Add Memoization For Search Requests

Young Jun Joo requested to merge gitlab-community/gitlab:fix-NPM-specs into master

Issue: #384910 (closed)

What does this MR do and why?

Describe in detail what your merge request does and why.

This commit fixes an issue where the NPM specs were checking for anonymous requests but sending credentials, resulting in unexpected response codes. The updated specs now ensure that no credentials are sent for anonymous requests, and the expected response code has been changed from :forbidden to :unauthorized.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports