mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix migration tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
77272ea52d
commit
6c5f7d586e
1 changed files with 4 additions and 0 deletions
|
|
@ -343,6 +343,10 @@ class MigrationTest extends \Test\TestCase {
|
|||
unset($cache['files_encryption']);
|
||||
$this->invokePrivate(\OC::$server->getAppConfig(), 'cache', [$cache]);
|
||||
|
||||
$cache = $this->invokePrivate($config, 'userCache');
|
||||
unset($cache[self::TEST_ENCRYPTION_MIGRATION_USER1]);
|
||||
$this->invokePrivate(\OC::$server->getAppConfig(), 'userCache', [$cache]);
|
||||
|
||||
// delete default values set by the encryption app during initialization
|
||||
|
||||
/** @var \OCP\IDBConnection $connection */
|
||||
|
|
|
|||
Loading…
Reference in a new issue