Skip to content

Commit e4560fd

Browse files
committed
MC-5588: When using MysqlMQ messages are always set to complete even if exception occurs
- Fix static tests
1 parent 8b8a67c commit e4560fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/MessageQueue/_files/valid_queue_input.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"name" => "publisher5.topic",
2424
"schema" => [
2525
"schema_type" => "object",
26-
"schema_value" => Magento\TestModuleMysqlMq\Model\DataObject::class
26+
"schema_value" => \Magento\TestModuleMysqlMq\Model\DataObject::class
2727
],
2828
"response_schema" => [
2929
"schema_type" => "object",

0 commit comments

Comments
 (0)