diff --git a/tests/phpunit/tests/rest-api/rest-tags-controller.php b/tests/phpunit/tests/rest-api/rest-tags-controller.php index aa5d654526..4c461d347d 100644 --- a/tests/phpunit/tests/rest-api/rest-tags-controller.php +++ b/tests/phpunit/tests/rest-api/rest-tags-controller.php @@ -688,7 +688,7 @@ class WP_Test_REST_Tags_Controller extends WP_Test_REST_Controller_Testcase { 'description' => '
div
strong ', ), array( 'name' => 'div strong', - 'description' => 'div strong', + 'description' => 'div strong oh noes', ) ); } else { $this->assertTrue( current_user_can( 'unfiltered_html' ) );