diff --git a/tests/class/SC_SendMailTest.php b/tests/class/SC_SendMailTest.php index 05324789a7..25f64b0fbf 100644 --- a/tests/class/SC_SendMailTest.php +++ b/tests/class/SC_SendMailTest.php @@ -172,12 +172,5 @@ public function testGetBackendParams() ]; $this->actual = $this->objSendMail->getBackendParams('smtp'); $this->verify(); - - $this->expected = [ - 'host' => '127.0.0.1', - 'port' => '1025' - ]; - $this->actual = $this->objSendMail->getBackendParams('smtp'); - $this->verify(); } }