summaryrefslogtreecommitdiff
path: root/modules/profile/profile.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profile/profile.test')
-rw-r--r--modules/profile/profile.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/profile.test b/modules/profile/profile.test
index 27b32d3db..3eb471fd8 100644
--- a/modules/profile/profile.test
+++ b/modules/profile/profile.test
@@ -397,7 +397,7 @@ class ProfileBlockTestCase extends ProfileTestCase {
function testAuthorInformationBlock() {
// Set the block to a region to confirm the block is availble.
$edit = array();
- $edit['profile_author-information[region]'] = 'footer';
+ $edit['blocks[profile_author-information][region]'] = 'footer';
$this->drupalPost('admin/structure/block', $edit, t('Save blocks'));
$this->assertText(t('The block settings have been updated.'), t('Block successfully move to footer region.'));