Skip to content

Commit

Permalink
Issue owncloud#565: Tests Updated for Issue owncloud#565
Browse files Browse the repository at this point in the history
  • Loading branch information
imjalpreet committed Mar 17, 2016
1 parent 0f7858e commit f5e56e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/controller/PageControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ public function testIndex() {
$this->mockUrlToUploadEndpoint($url);
$params = [
'appName' => $this->appName,
'uploadUrl' => $url
'uploadUrl' => $url,
'publicUploadEnabled' => $this->appConfig->getAppValue('core', 'shareapi_allow_public_upload', 'yes')
];
$template = new TemplateResponse($this->appName, 'index', $params);

Expand Down

0 comments on commit f5e56e2

Please sign in to comment.