diff --git a/build/integration/features/bootstrap/Auth.php b/build/integration/features/bootstrap/Auth.php
index da2698b429a56f050528e9175fd13e59d42556d0..d8d9f32b27d3c613ee8595f9e86701ed5137ad84 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,
 				],