8000 Revert 6e1f9bac142d8c8dd4293466f47b3d042b190307 · WP-API/WP-API@1496b39 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 24, 2018. It is now read-only.

Commit 1496b39

Browse files
committed
Revert 6e1f9ba
This was just a test for debugging why unit tests where failing
1 parent cc55f58 commit 1496b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-rest-comments-controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ public function test_update_item() {
11911191
wp_set_current_user( $this->admin_id );
11921192

11931193
$params = array(
1194-
'author' => $this->admin_id,
1194+
'author' => $this->subscriber_id,
11951195
'author_name' => 'Disco Stu',
11961196
'author_url' => 'http://stusdisco.com',
11971197
'author_email' => 'stu@stusdisco.com',

0 commit comments

Comments
 (0)
0