diff --git a/tests/content_access_test_help.php b/tests/content_access_test_help.php
index 0334967..3b1fc82 100644
--- a/tests/content_access_test_help.php
+++ b/tests/content_access_test_help.php
@@ -35,7 +35,7 @@ class ContentAccessTestCase extends DrupalWebTestCase {
     }
 
     // Create test user with seperate role
-    $this->test_user = $this->drupalCreateUser();
+    $this->test_user = $this->drupalCreateUser(array('access content'));
 
     // Get the value of the new role
     // Needed in D7 because it's by default create two roles for new users
@@ -122,4 +122,4 @@ class ContentAccessTestCase extends DrupalWebTestCase {
     $this->drupalPost('node/'. $node->nid .'/access', $access_settings, t('Submit'));
     $this->assertText(t('Your changes have been saved.'), 'access rules of node were updated successfully');
   }
-}
\ No newline at end of file
+}
