Auto commit for release 'develop' on 2024-09-14

This commit is contained in:
github-actions
2024-09-14 06:17:49 +02:00
parent d7f6b4143e
commit bb2270b274
7 changed files with 232 additions and 1121 deletions

View File

@@ -53,7 +53,7 @@ abstract class TestCase extends BaseTestCase
protected function createAuthenticatedUser(): User
{
return User::create([
'email' => 'test@email.com',
'email' => 'test@email.com',
'password' => 'password',
]);
}