Skip to content

Commit 8325b3e

Browse files
committed
B2B-2155: Use Redis as message queue
- fix integration test failures, add clear queue
1 parent fe6f7e2 commit 8325b3e

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/ImportExport/Controller/Adminhtml/Export

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/ImportExport/Controller/Adminhtml/Export/ExportTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ protected function setUp(): void
6262
*/
6363
protected function tearDown(): void
6464
{
65-
$this->clearQueueProcessor->execute(self::TOPIC_NAME);
65+
$this->clearQueueProcessor->execute('exportProcessor');
6666

6767
parent::tearDown();
6868
}

0 commit comments

Comments
 (0)