summaryrefslogtreecommitdiff
path: root/modules/comment/comment.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment.test')
-rw-r--r--modules/comment/comment.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.test b/modules/comment/comment.test
index 2f5699782..095f04548 100644
--- a/modules/comment/comment.test
+++ b/modules/comment/comment.test
@@ -24,7 +24,7 @@ class CommentTestCase extends DrupalWebTestCase {
parent::setUp('comment');
// Create users.
$this->admin_user = $this->drupalCreateUser(array('administer content types', 'administer comments', 'administer permissions'));
- $this->web_user = $this->drupalCreateUser(array('access comments', 'post comments', 'create story content'));
+ $this->web_user = $this->drupalCreateUser(array('access comments', 'post comments', 'create article content'));
$this->drupalLogin($this->web_user);
$this->node = $this->drupalCreateNode(array('type' => 'article'));