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',