Skip to content

Commit 620661b

Browse files
ACQE-8152: Verify Rest-API updating product stock_item does not delete downloadable_product_links
- Fixed Satic test issue.
1 parent 1d4c1b8 commit 620661b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/api-functional/testsuite/Magento/Downloadable/Api/StockItemUpdatePreservesLinksTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ private function verifyDownloadableLinksPreserved(array $originalLinks): void
143143
$this->assertGreaterThan(0, count($preservedLinks), 'Should have at least one downloadable link preserved');
144144

145145
$linkTitles = array_column($preservedLinks, 'title');
146-
$this->assertContains('Downloadable Product Link', $linkTitles, 'Downloadable product link should be preserved');
146+
$this->assertContains('Downloadable Product Link', $linkTitles,
147+
'Downloadable product link should be preserved');
147148
}
148149

149150
/**

0 commit comments

Comments
 (0)