diff --git a/tests/lib/updater.php b/tests/lib/updater.php index dc1e9e5446..2dab2750dc 100644 --- a/tests/lib/updater.php +++ b/tests/lib/updater.php @@ -92,7 +92,6 @@ class UpdaterTest extends \Test\TestCase { ->disableOriginalConstructor() ->getMock() ; - \OC_Appconfig::setValue('core', 'lastupdatedat', 0); $mockedHTTPHelper = $this->getMockBuilder('\OC\HTTPHelper') ->setConstructorArgs(array(\OC::$server->getConfig()))