diff --git a/packages/catalog-client/src/CatalogClient.test.ts b/packages/catalog-client/src/CatalogClient.test.ts index 1a676caf2e..38ef1ed130 100644 --- a/packages/catalog-client/src/CatalogClient.test.ts +++ b/packages/catalog-client/src/CatalogClient.test.ts @@ -1136,11 +1136,13 @@ describe('CatalogClient', () => { id: '42', type: 'url', target: 'https://example.com', + entityRef: 'location:default/generated-42', }, { id: '43', type: 'url', target: 'https://example.com', + entityRef: 'location:default/generated-43', }, ], });