Mock name for integration test

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2019-02-04 13:08:17 +01:00
parent 850e67dea9
commit 4532ed356d
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ trait Auth {
'requesttoken' => $this->requestToken,
],
'json' => [
'name' => md5(microtime()),
'scope' => [
'filesystem' => false,
],