summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.test b/modules/system/system.test
index 7aec7a235..92f8a0a86 100644
--- a/modules/system/system.test
+++ b/modules/system/system.test
@@ -144,7 +144,7 @@ class IPAddressBlockingTestCase extends DrupalWebTestCase {
parent::setUp();
// Create user.
- $this->blocking_user = $this->drupalCreateUser(array('block IP addresses', 'access statistics'));
+ $this->blocking_user = $this->drupalCreateUser(array('block IP addresses'));
$this->drupalLogin($this->blocking_user);
}