From 68787714bf8a23e43f59a5b32ef66910995b8fa6 Mon Sep 17 00:00:00 2001 From: Marc Bruins Date: Fri, 25 Nov 2022 06:38:20 +0100 Subject: [PATCH] add project to tests Signed-off-by: Marc Bruins --- .../src/lib/azure.test.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/plugins/catalog-backend-module-azure/src/lib/azure.test.ts b/plugins/catalog-backend-module-azure/src/lib/azure.test.ts index 16f5067197..7c3fc0f9e3 100644 --- a/plugins/catalog-backend-module-azure/src/lib/azure.test.ts +++ b/plugins/catalog-backend-module-azure/src/lib/azure.test.ts @@ -64,6 +64,9 @@ describe('azure', () => { repository: { name: 'backstage', }, + project: { + name: '*', + }, }, { fileName: 'catalog-info.yaml', @@ -71,6 +74,9 @@ describe('azure', () => { repository: { name: 'ios-app', }, + project: { + name: '*', + }, }, ], }; @@ -151,6 +157,9 @@ describe('azure', () => { repository: { name: 'backstage', }, + project: { + name: '*', + }, }, ], }; @@ -190,6 +199,9 @@ describe('azure', () => { repository: { name: 'backstage', }, + project: { + name: '*', + }, })); };