diff --git a/tests/phpunit/tests/comment-submission.php b/tests/phpunit/tests/comment-submission.php index e544d75cca..84167e45f5 100644 --- a/tests/phpunit/tests/comment-submission.php +++ b/tests/phpunit/tests/comment-submission.php @@ -786,7 +786,7 @@ class Tests_Comment_Submission extends WP_UnitTestCase { 'user_ID' => $user->ID, 'user_id' => $user->ID, 'comment_author_IP' => '127.0.0.1', - 'comment_agent' => '' + 'comment_agent' => '', ), $this->preprocess_comment_data );