Update plugins/catalog/src/components/CatalogExportButton/CatalogExportButton.test.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: 1337 <19777147+the-serious-programmer@users.noreply.github.com>
This commit is contained in:
1337
2026-04-18 14:31:37 +02:00
committed by GitHub
parent 82cf16f63c
commit 42eab7af46
@@ -436,7 +436,7 @@ describe('CatalogExportButton', () => {
expect(mockExportStream).toHaveBeenCalledWith(
expect.objectContaining({
exportFormat: 'xml',
exporterFn: mockCustomExporterFn,
exporter: mockCustomExporterFn,
}),
);
});