File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/integration/testsuite/Magento/AsynchronousOperations/Model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ public function sendBulk($products)
128
128
}
129
129
$ this ->clearProducts ();
130
130
131
- $ result = $ this ->massSchedule ->publishMass ('async.V1.products .POST ' , $ products );
131
+ $ result = $ this ->massSchedule ->publishMass ('async.magento.catalog.api.productrepositoryinterface.save .POST ' , $ products );
132
132
133
133
//assert bulk accepted with no errors
134
134
$ this ->assertFalse ($ result ->isErrors ());
@@ -206,7 +206,7 @@ public function testScheduleMassOneEntityFailure($products)
206
206
207
207
$ expectedErrorMessage = "Data item corresponding to \"product \" " .
208
208
"must be specified in the message with topic " .
209
- "\"async.V1.products .POST \". " ;
209
+ "\"async.magento.catalog.api.productrepositoryinterface.save .POST \". " ;
210
210
$ this ->assertEquals (
211
211
$ expectedErrorMessage ,
212
212
$ reasonException ->getMessage ()
You can’t perform that action at this time.
0 commit comments