Merge pull request #14118 from backstage/analytics/entity-awareness
This commit is contained in:
@@ -38,7 +38,10 @@ describe('EntityBadgesDialog', () => {
|
||||
},
|
||||
]),
|
||||
};
|
||||
const mockEntity = { metadata: { name: 'mock' } } as Entity;
|
||||
const mockEntity = {
|
||||
metadata: { name: 'mock' },
|
||||
kind: 'MockKind',
|
||||
} as Entity;
|
||||
|
||||
const rendered = await renderWithEffects(
|
||||
<TestApiProvider
|
||||
|
||||
Reference in New Issue
Block a user