aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/tests
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-04-17 20:56:39 +0200
committerJulius Härtl <jus@bitgrid.net>2018-05-03 08:58:25 +0200
commit35cb529df37d33f4c74a5602a3bb9f6bd84fbe40 (patch)
tree2e186b3c8d4afa49ee1796b71ec47b41c3ba447c /apps/files/tests
parente81b1399d49e64fb3cf93217a4c17d1a4764580e (diff)
downloadnextcloud-server-35cb529df37d33f4c74a5602a3bb9f6bd84fbe40.tar.gz
nextcloud-server-35cb529df37d33f4c74a5602a3bb9f6bd84fbe40.zip
Fix settings tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/files/tests')
-rw-r--r--apps/files/tests/Settings/AdminTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/tests/Settings/AdminTest.php b/apps/files/tests/Settings/AdminTest.php
index 071cef7d75f..027a37d7b2f 100644
--- a/apps/files/tests/Settings/AdminTest.php
+++ b/apps/files/tests/Settings/AdminTest.php
@@ -75,7 +75,7 @@ class AdminTest extends TestCase {
}
public function testGetSection() {
- $this->assertSame('additional', $this->admin->getSection());
+ $this->assertSame('server', $this->admin->getSection());
}
public function testGetPriority() {