We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1469299 commit 6734ccdCopy full SHA for 6734ccd
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/CategoryListTest.php
@@ -416,7 +416,7 @@ public function testCategoryImageName()
416
$this->assertArrayNotHasKey('errors', $response);
417
$this->assertNotEmpty($response['categoryList']);
418
$expectedImageUrl = str_replace('index.php/', '', $expectedImageUrl);
419
- $categoryList[0]['name'] = str_replace('index.php/', '', $categoryList[0]['name']);
+ $categoryList[0]['image'] = str_replace('index.php/', '', $categoryList[0]['image']);
420
$this->assertEquals('Parent Image Category', $categoryList[0]['name']);
421
$this->assertEquals($expectedImageUrl, $categoryList[0]['image']);
422
}
0 commit comments