Fix CatalogClient test assertion to include entityRef in location objects

Signed-off-by: Fredrik Adelöw <freben@spotify.com>
Made-with: Cursor
This commit is contained in:
Fredrik Adelöw
2026-04-07 17:16:29 +02:00
parent 8be34b3e13
commit a102296f7f
@@ -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',
},
],
});