Skip to content

Commit 0ed2e0d

Browse files
committed
ACP2E-3067: Magento discards most New Relic cron transactions #34108
1 parent 7860efd commit 0ed2e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/NewRelicReporting/Test/Unit/Plugin/StatPluginTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ private function getNewRelicWrapperMock(): NewRelicWrapper
9696
if (null === $this->newRelicWrapperMock) {
9797
$this->newRelicWrapperMock = $this->getMockBuilder(NewRelicWrapper::class)
9898
->disableOriginalConstructor()
99-
->onlyMethods(['setTransactionName', 'endTransaction', , 'startBackgroundTransaction'])
99+
->onlyMethods(['setTransactionName', 'endTransaction', 'startBackgroundTransaction'])
100100
->getMock();
101101
}
102102

0 commit comments

Comments
 (0)