Skip to content

Commit 098cd65

Browse files
committed
Merge branch 'ACP2E-2388' of https://github.com/magento-l3/magento2ce into PR2-L3-09132023
2 parents f289be7 + 6f0ae6a commit 098cd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/AsynchronousOperations/Api/OperationRepositoryInterfaceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public function testBulkGetListByStartTime()
168168
'filters' => [
169169
[
170170
'field' => 'start_time',
171-
'value' => date('Y-m-d H:i:0'),
171+
'value' => date('Y-m-d H:i:s', strtotime('-1 minute')),
172172
'condition_type' => 'gt',
173173
],
174174
],

0 commit comments

Comments
 (0)