Update plugins/catalog-backend-module-gitlab/src/__testUtils__/handlers.ts

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-10-01 11:29:33 +02:00
committed by GitHub
parent d4a1229782
commit c10c5ee110
@@ -268,8 +268,7 @@ const httpProjectFindByIdDynamic = all_projects_response.map(project => {
});
/**
* Checks for both project id and namespaced path, as these can both be used for the :id segment in Gitlab API:
* https://docs.gitlab.com/api/repository_files/#get-file-from-repository
* See https://docs.gitlab.com/api/repository_files/#get-file-from-repository
*/
const httpProjectCatalogDynamic = all_projects_response.flatMap(project => {
return rest.head(