Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2019-02-04 15:08:17 +0300
committerDaniel Kesselberg <mail@danielkesselberg.de>2019-02-04 19:12:59 +0300
commit4532ed356d4815beba2db69b971e05708f9b33ee (patch)
tree8707f697ed5351400bbd4467d7c4c8f8b7d37187 /build
parent850e67dea93e846afba9d86c6b5f08694ecfeb80 (diff)
Mock name for integration test
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/bootstrap/Auth.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/integration/features/bootstrap/Auth.php b/build/integration/features/bootstrap/Auth.php
index da2698b429a..d8d9f32b27d 100644
--- a/build/integration/features/bootstrap/Auth.php
+++ b/build/integration/features/bootstrap/Auth.php
@@ -132,6 +132,7 @@ trait Auth {
'requesttoken' => $this->requestToken,
],
'json' => [
+ 'name' => md5(microtime()),
'scope' => [
'filesystem' => false,
],