summaryrefslogtreecommitdiffstats
path: root/tests/Core/Command/Log/ManageTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Core/Command/Log/ManageTest.php')
-rw-r--r--tests/Core/Command/Log/ManageTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Command/Log/ManageTest.php b/tests/Core/Command/Log/ManageTest.php
index 6fb83347f23..cf4506a64eb 100644
--- a/tests/Core/Command/Log/ManageTest.php
+++ b/tests/Core/Command/Log/ManageTest.php
@@ -154,7 +154,7 @@ class ManageTest extends TestCase {
public function testGetConfiguration() {
$this->config->expects($this->at(0))
->method('getSystemValue')
- ->with('log_type', 'owncloud')
+ ->with('log_type', 'file')
->willReturn('log_type_value');
$this->config->expects($this->at(1))
->method('getSystemValue')