File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/CatalogGraphQl/Test/Unit/Model/Resolver/Product
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/Product Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ public function testResolveWithFlatArrayAttribute(): void
229229 public function testResolveWithMultiDimensionalArrayAttribute (): void
230230 {
231231 $ productId = 1 ;
232- $ attributeCode = 'giftcard_amounts ' ;
232+ $ attributeCode = 'gift_card_amounts ' ;
233233
234234 $ attributeMock = $ this ->getMockForAbstractClass (AttributeInterface::class);
235235 $ attributeMock ->method ('getAttributeCode ' )->willReturn ($ attributeCode );
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public function testCustomAttributesV2WithSimpleProduct()
9494 /**
9595 * Test that custom_attributesV2 gracefully handles multi-dimensional array attributes
9696 *
97- * This test verifies that attributes with complex nested array structures (like giftcard_amounts)
97+ * This test verifies that attributes with complex nested array structures
9898 * are skipped without causing errors, while other simple attributes are still returned.
9999 *
100100 * @return void
You can’t perform that action at this time.
0 commit comments