Fix UrlGeneratorTest::testGetDefaultPageUrlWithDefaultApps()

Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
This commit is contained in:
Daniel Rudolf 2021-07-01 16:36:00 +02:00
parent 15a445f743
commit 1e5962ae98
No known key found for this signature in database
GPG key ID: A061F02CD8DE4538

View file

@ -21,6 +21,7 @@ use OCP\IUserSession;
* Class UrlGeneratorTest
*
* @package Test
* @group DB
*/
class UrlGeneratorTest extends \Test\TestCase {
@ -248,6 +249,7 @@ class UrlGeneratorTest extends \Test\TestCase {
/**
* @dataProvider provideDefaultApps
* @group DB
*/
public function testGetDefaultPageUrlWithDefaultApps($defaultAppConfig, $expectedPath, $enabledApps) {
$oldDefaultApps = \OC::$server->getConfig()->getSystemValue('defaultapp', '');