Skip to content

Commit a027ae7

Browse files
committed
Removed debug parts
1 parent f8b59e7 commit a027ae7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/MediaGalleryTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ public function testProductSmallImageUrlWithNoImage()
6767
QUERY;
6868
$response = $this->graphQlQuery($query);
6969

70-
var_dump($response['products']['items'][0]);
7170
self::assertArrayHasKey('small_image', $response['products']['items'][0]);
7271
self::assertContains('placeholder/small_image.jpg', $response['products']['items'][0]['small_image']['url']);
7372
self::assertTrue($this->checkImageExists($response['products']['items'][0]['small_image']['url']));

0 commit comments

Comments
 (0)