Improve the SPF check message [MAILPOET-2511]

This commit is contained in:
wxa
2019-11-28 11:51:22 +03:00
committed by Jack Kitterhing
parent 1a79305766
commit 7be762c462
4 changed files with 10 additions and 16 deletions

View File

@ -37,7 +37,6 @@ class ServicesTest extends \MailPoetTest {
$response = $services_endpoint->checkSPFRecord([]);
expect($response->status)->equals(APIResponse::STATUS_NOT_FOUND);
expect($response->meta['sender_address'])->equals($email);
expect($response->meta['domain_name'])->equals('example.com');
}
function testItRespondsWithSuccessIfSPFCheckPasses() {