diff --git a/plugins/woocommerce-admin/client/marketing/components/recommended-extensions/test/index.js b/plugins/woocommerce-admin/client/marketing/components/recommended-extensions/test/index.js index ea04b06a4a9..157918a774b 100644 --- a/plugins/woocommerce-admin/client/marketing/components/recommended-extensions/test/index.js +++ b/plugins/woocommerce-admin/client/marketing/components/recommended-extensions/test/index.js @@ -138,6 +138,8 @@ describe( 'Click Recommendations', () => { description={ 'Does things.' } icon={ 'icons/automatewoo.svg' } url={ 'https://woocommerce.com/products/automatewoo/' } + product={ 'automatewoo' } + category={ 'marketing' } /> ); } );