diff --git a/mailpoet/tests/integration/API/JSON/v1/AutomatedLatestContentTest.php b/mailpoet/tests/integration/API/JSON/v1/AutomatedLatestContentTest.php index 450b3fa864..f44fb793a6 100644 --- a/mailpoet/tests/integration/API/JSON/v1/AutomatedLatestContentTest.php +++ b/mailpoet/tests/integration/API/JSON/v1/AutomatedLatestContentTest.php @@ -26,7 +26,7 @@ class AutomatedLatestContentTest extends \MailPoetTest { } public function testItDoesNotGetPostTypesExludedFromSearch() { - $response = $this->endpoint ->getPostTypes(); + $response = $this->endpoint->getPostTypes(); // WP's default post type 'revision' is excluded from search // https://codex.wordpress.org/Post_Types $revisionPostType = get_post_type_object('revision');