summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/service/StatusServiceTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/service/StatusServiceTest.php b/tests/unit/service/StatusServiceTest.php
index 40e2ecce9..efaa7e2fd 100644
--- a/tests/unit/service/StatusServiceTest.php
+++ b/tests/unit/service/StatusServiceTest.php
@@ -37,7 +37,7 @@ class StatusServiceTest extends \PHPUnit_Framework_TestCase {
$this->appName);
}
- private function beforeStatus($cronMode='webcron', $cronEnabled=true,
+ private function beforeStatus($cronMode='cron', $cronEnabled=true,
$version='1.0') {
$this->settings->expects($this->at(0))
->method('getAppValue')