Merge pull request #14118 from backstage/analytics/entity-awareness

This commit is contained in:
Eric Peterson
2022-10-20 07:17:12 -04:00
committed by GitHub
13 changed files with 239 additions and 63 deletions
@@ -36,7 +36,9 @@ describe('GoCdArtifactsComponent', () => {
baseUrl: 'gocd.baseurl.com',
},
});
const entityValue = { entity: { metadata: {} } as Entity };
const entityValue = {
entity: { metadata: { name: 'mock' }, kind: 'MockKind' } as Entity,
};
const renderComponent = () =>
renderWithEffects(