File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ResolverCache Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ public function actionMechanismProvider(): array
348
348
349
349
return [
350
350
'update non-gallery-related attribute via rest ' => [
351
- function (ProductInterface $ product ) use ( $ productRepository ) {
351
+ function (ProductInterface $ product ) {
352
352
// create an integration so that cache is not cleared in
353
353
// Magento\TestFramework\Authentication\OauthHelper::_createIntegration before making the API call
354
354
$ integration = $ this ->getOauthIntegration ();
@@ -371,7 +371,7 @@ function (ProductInterface $product) use ($productRepository) {
371
371
false
372
372
],
373
373
'update gallery-related attribute via rest ' => [
374
- function (ProductInterface $ product ) use ( $ productRepository , $ galleryManagement ) {
374
+ function (ProductInterface $ product ) {
375
375
// create an integration so that cache is not cleared in
376
376
// Magento\TestFramework\Authentication\OauthHelper::_createIntegration before making the API call
377
377
$ integration = $ this ->getOauthIntegration ();
You can’t perform that action at this time.
0 commit comments