Skip to content

Commit 942a772

Browse files
committed
MAGETWO-71718: \Magento\Email\Model\Transport contains logic which will be overriden by any 3dparty transport
1 parent 192a8a1 commit 942a772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Email/Test/Unit/Model/Mail/TransportInterfacePluginTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function testAroundSendMessage(bool $isDisabled, bool $shouldProceedRun)
6262

6363
$this->scopeConfigMock->expects($this->once())
6464
->method('isSetFlag')
65-
->with(TransportInterfacePlugin::XML_PATH_SYSTEM_SMTP_DISABLE, ScopeInterface::SCOPE_STORE)
65+
->with('system/smtp/disable', ScopeInterface::SCOPE_STORE)
6666
->willReturn($isDisabled);
6767
$this->model->aroundSendMessage($this->transportMock, $this->proceedMock);
6868
$this->assertEquals($shouldProceedRun, $this->isProceedMockCalled);

0 commit comments

Comments
 (0)