summaryrefslogtreecommitdiff
path: root/modules/tracker/tracker.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tracker/tracker.test')
-rw-r--r--modules/tracker/tracker.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tracker/tracker.test b/modules/tracker/tracker.test
index 12dc9d48d..c0233085c 100644
--- a/modules/tracker/tracker.test
+++ b/modules/tracker/tracker.test
@@ -17,7 +17,7 @@ class TrackerTest extends DrupalWebTestCase {
function setUp() {
parent::setUp('comment', 'tracker');
- $permissions = array('access comments', 'create page content', 'post comments', 'post comments without approval');
+ $permissions = array('access comments', 'create page content', 'post comments', 'skip comment approval');
$this->user = $this->drupalCreateUser($permissions);
$this->other_user = $this->drupalCreateUser($permissions);