feat: validate tests
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user