summaryrefslogtreecommitdiffstats
path: root/build/integration
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2019-02-04 13:08:17 +0100
committerDaniel Kesselberg <mail@danielkesselberg.de>2019-02-04 17:12:59 +0100
commit4532ed356d4815beba2db69b971e05708f9b33ee (patch)
tree8707f697ed5351400bbd4467d7c4c8f8b7d37187 /build/integration
parent850e67dea93e846afba9d86c6b5f08694ecfeb80 (diff)
downloadnextcloud-server-4532ed356d4815beba2db69b971e05708f9b33ee.tar.gz
nextcloud-server-4532ed356d4815beba2db69b971e05708f9b33ee.zip
Mock name for integration test
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'build/integration')
-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,
],