Browse Source

Mock name for integration test

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
tags/v16.0.0alpha1
Daniel Kesselberg 5 years ago
parent
commit
4532ed356d
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      build/integration/features/bootstrap/Auth.php

+ 1
- 0
build/integration/features/bootstrap/Auth.php View File

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

Loading…
Cancel
Save