diff options
Diffstat (limited to 'tests/lib/Template')
-rw-r--r-- | tests/lib/Template/SCSSCacherTest.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/lib/Template/SCSSCacherTest.php b/tests/lib/Template/SCSSCacherTest.php index 2389d8ec881..d84b96773bc 100644 --- a/tests/lib/Template/SCSSCacherTest.php +++ b/tests/lib/Template/SCSSCacherTest.php @@ -458,7 +458,8 @@ class SCSSCacherTest extends \Test\TestCase { ->with('core.Css.getCss', [ 'fileName' => substr(md5($version), 0, 4) . '-' . substr(md5('http://localhost/nextcloud/index.php'), 0, 4) . '-styles.css', - 'appName' => $appName + 'appName' => $appName, + 'v' => 0, ]) ->willReturn(\OC::$WEBROOT . $result); $actual = $this->scssCacher->getCachedSCSS($appName, $fileName); |