Skip to content

Commit dffd73a

Browse files
committed
MC-33071: Stabilize Web-API tests
1 parent 039a827 commit dffd73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GroupedProduct/Api/ProductLinkTypeListTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function testGetItems()
3434
* Validate that product type links provided by Magento_GroupedProduct module are present
3535
*/
3636
$expectedItems = ['name' => 'associated', 'code' => Link::LINK_TYPE_GROUPED];
37-
$this->assertContains($expectedItems, $actual);
37+
$this->assertContainsEquals($expectedItems, $actual);
3838
}
3939

4040
public function testGetItemAttributes()

0 commit comments

Comments
 (0)