From 4532ed356d4815beba2db69b971e05708f9b33ee Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Mon, 4 Feb 2019 13:08:17 +0100 Subject: [PATCH] Mock name for integration test Signed-off-by: Daniel Kesselberg --- build/integration/features/bootstrap/Auth.php | 1 + 1 file changed, 1 insertion(+) diff --git a/build/integration/features/bootstrap/Auth.php b/build/integration/features/bootstrap/Auth.php index da2698b429..d8d9f32b27 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, ],