feat: validate tests

This commit is contained in:
2026-05-22 13:43:26 +02:00
parent 025b2592b4
commit 8ebfd6badf
4 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ it('sends a verification email when a user registers', function () {
$this->postJson('/api/auth/register', [
'name' => 'Leon',
'email' => 'leon@example.com',
'password' => 'password',
'password' => 'Motsdfdepasse123*',
'locale' => 'fr-FR',
'physicalActivityLevel' => PhysicalActivityLevel::LIGHTLY_ACTIVE->value,
'weightGoal' => WeightGoal::MAINTAIN_WEIGHT->value,