diff options
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/comment.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.test b/modules/comment/comment.test index ba28b6ac2..2515a9693 100644 --- a/modules/comment/comment.test +++ b/modules/comment/comment.test @@ -1014,7 +1014,7 @@ class CommentBlockFunctionalTest extends CommentHelperCase { // Set the block to a region to confirm block is available. $edit = array( - 'comment_recent[region]' => 'sidebar_first', + 'blocks[comment_recent][region]' => 'sidebar_first', ); $this->drupalPost('admin/structure/block', $edit, t('Save blocks')); $this->assertText(t('The block settings have been updated.'), t('Block saved to first sidebar region.')); |