From d07b45c83be759f148aa7073e1ea304ae8ef97b1 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Fri, 8 Apr 2022 11:33:57 -0300 Subject: [PATCH] Fix minor coding style error [MAILPOET-4225] --- .../integration/API/JSON/v1/AutomatedLatestContentTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');