Skip to content

Commit e159581

Browse files
author
Anna Bukatar
committed
ACP2E-1258: Schedule updates for Cart Price Rules create duplicate schedules
1 parent 25a2745 commit e159581

File tree

1 file changed

+4
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Framework/View/Element/UiComponent

1 file changed

+4
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/View/Element/UiComponent/ContextTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,10 @@ public function testGetDataSourceData(): void
9292
'dataScope' => null,
9393
'config' => [
9494
'data' => ['some_field' => '${\'some_value\'}', '__disableTmpl' => ['some_field' => true]],
95-
'params' => ['namespace' => null]]
95+
'params' => [
96+
'namespace' => null,
97+
'id' => 'id'
98+
]]
9699
]
97100
],
98101
$data

0 commit comments

Comments
 (0)