Skip to content

Commit 5550cf1

Browse files
committed
ACP2E-1552: Customer Product Reviews filter by store id is not working
1 parent 920e4ac commit 5550cf1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Review/GetProductReviewsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ public function testCustomerReviewDifferentStores(string $storeCode): void
335335
self::assertArrayHasKey('reviews', $response['customer']);
336336
self::assertArrayHasKey('items', $response['customer']['reviews']);
337337
self::assertNotEmpty($response['customer']['reviews']['items']);
338-
var_dump($response);
339338
self::assertCount(1, $response['customer']['reviews']['items']);
340339
}
341340

0 commit comments

Comments
 (0)