feat: name format
Laravel CI-CD / Tests Unitaires (push) Successful in 21s Details
Laravel CI-CD / Deploy with Kamal (push) Successful in 1m8s Details

This commit is contained in:
Leon Morival 2026-05-21 16:48:49 +02:00
parent 50ebc54551
commit 2f33919f8b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ it('sends a verification email when a user registers', function () {
Notification::fake();
$this->postJson('/api/auth/register', [
'name' => 'Léon',
'name' => 'Leon',
'email' => 'leon@example.com',
'password' => 'password',
'physicalActivityLevel' => PhysicalActivityLevel::LIGHTLY_ACTIVE->value,