diff --git a/src/landscape/components/LandscapeSharedDataVisualization.test.js b/src/landscape/components/LandscapeSharedDataVisualization.test.js index c00ac98a16..7f56934fc0 100644 --- a/src/landscape/components/LandscapeSharedDataVisualization.test.js +++ b/src/landscape/components/LandscapeSharedDataVisualization.test.js @@ -257,7 +257,8 @@ test('LandscapeSharedDataVisualization: Display visualization', async () => { 'Custom Label: val11' ); - // Validate fetch input + // Validate api call input to fetch visualization config + // It should contain the owner slug and type const fetchCall = terrasoApi.requestGraphQL.mock.calls[3]; expect(fetchCall[1]).toStrictEqual({ configSlug: 'config-slug',