diff options
Diffstat (limited to 'modules/blog/blog.test')
-rw-r--r-- | modules/blog/blog.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/blog.test b/modules/blog/blog.test index 70a43ea3f..fea8d6edb 100644 --- a/modules/blog/blog.test +++ b/modules/blog/blog.test @@ -62,7 +62,7 @@ class BlogTestCase extends DrupalWebTestCase { $this->drupalLogin($this->big_user); // Enable the recent blog block. $edit = array(); - $edit['blog_recent[region]'] = 'right'; + $edit['blog_recent[region]'] = 'sidebar_second'; $this->drupalPost('admin/structure/block', $edit, t('Save blocks')); $this->assertResponse(200); |