diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2019-02-04 13:08:17 +0100 |
---|---|---|
committer | Daniel Kesselberg <mail@danielkesselberg.de> | 2019-02-04 17:12:59 +0100 |
commit | 4532ed356d4815beba2db69b971e05708f9b33ee (patch) | |
tree | 8707f697ed5351400bbd4467d7c4c8f8b7d37187 /build/integration | |
parent | 850e67dea93e846afba9d86c6b5f08694ecfeb80 (diff) | |
download | nextcloud-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.php | 1 |
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, ], |