Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 0fe2795

Browse files
committed
fix integration tests to use the new topic naming
1 parent be94408 commit 0fe2795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/AsynchronousOperations/Model/MassScheduleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function sendBulk($products)
128128
}
129129
$this->clearProducts();
130130

131-
$result = $this->massSchedule->publishMass('async.V1.products.POST', $products);
131+
$result = $this->massSchedule->publishMass('async.magento.catalog.api.productrepositoryinterface.save.POST', $products);
132132

133133
//assert bulk accepted with no errors
134134
$this->assertFalse($result->isErrors());
@@ -206,7 +206,7 @@ public function testScheduleMassOneEntityFailure($products)
206206

207207
$expectedErrorMessage = "Data item corresponding to \"product\" " .
208208
"must be specified in the message with topic " .
209-
"\"async.V1.products.POST\".";
209+
"\"async.magento.catalog.api.productrepositoryinterface.save.POST\".";
210210
$this->assertEquals(
211211
$expectedErrorMessage,
212212
$reasonException->getMessage()

0 commit comments

Comments
 (0)