summaryrefslogtreecommitdiff
path: root/modules/dblog/dblog.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dblog/dblog.test')
-rw-r--r--modules/dblog/dblog.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dblog/dblog.test b/modules/dblog/dblog.test
index 5e151c232..49e5138f7 100644
--- a/modules/dblog/dblog.test
+++ b/modules/dblog/dblog.test
@@ -37,7 +37,7 @@ class DBLogTestCase extends DrupalWebTestCase {
$this->verifyReports();
// Login the regular user.
- $user = $this->drupalLogin($this->any_user);
+ $this->drupalLogin($this->any_user);
$this->verifyReports(403);
}