summaryrefslogtreecommitdiff
path: root/modules/user/user.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/user.test')
-rw-r--r--modules/user/user.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.test b/modules/user/user.test
index 975324b45..494d3e1fb 100644
--- a/modules/user/user.test
+++ b/modules/user/user.test
@@ -946,7 +946,7 @@ class UserPermissionsTestCase extends DrupalWebTestCase {
// permission is assigned by default.
$edit = array();
$edit['modules[Core][aggregator][enable]'] = TRUE;
- $this->drupalPost('admin/config/modules', $edit, t('Save configuration'));
+ $this->drupalPost('admin/modules', $edit, t('Save configuration'));
$this->assertTrue(user_access('administer news feeds', $this->admin_user), t('The permission was automatically assigned to the administrator role'));
}