test(catalog): include getNodesByOfferId in useCatalogActions contract

Upstream Buy/Search fix added getNodesByOfferId to the
useCatalogActions filter but didn't refresh the actions-shape contract
test in useCatalog.filters.test.tsx. Add the key so the test reflects
the current public surface.
This commit is contained in:
simoleo89
2026-05-20 20:30:52 +02:00
committed by simoleo89
parent f4d17ece16
commit 49dfb43c2a
@@ -142,6 +142,7 @@ describe('useCatalog filter contract', () =>
'getBuilderFurniPlaceableStatus',
'getNodeById',
'getNodeByName',
'getNodesByOfferId',
'openCatalogByType',
'openPageById',
'openPageByName',