From 3d2cd664662e7cbad11e8e5dd378b2c916b83c4d Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 1 Dec 2021 16:33:03 +0100 Subject: [PATCH] tests(database): increase password length --- tests/e2e/Services/Database/DatabasePermissionsScope.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Database/DatabasePermissionsScope.php b/tests/e2e/Services/Database/DatabasePermissionsScope.php index 7a8c3e018..838473908 100644 --- a/tests/e2e/Services/Database/DatabasePermissionsScope.php +++ b/tests/e2e/Services/Database/DatabasePermissionsScope.php @@ -9,7 +9,7 @@ trait DatabasePermissionsScope public array $users = []; public array $teams = []; - public function createUser(string $id, string $email, string $password = 'test123'): array + public function createUser(string $id, string $email, string $password = 'test123!'): array { $user = $this->client->call(Client::METHOD_POST, '/account', [ 'origin' => 'http://localhost',