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: '*', + }, })); };