feat: translations
This commit is contained in:
@@ -60,7 +60,7 @@ it('deletes the authenticated account and related data', function () {
|
||||
|
||||
$this->deleteJson('/api/auth/me')
|
||||
->assertOk()
|
||||
->assertJsonPath('message', 'Compte supprimé avec succès');
|
||||
->assertJsonPath('message', __('api.auth.deleted'));
|
||||
|
||||
$this->assertDatabaseMissing('users', ['id' => $user->getKey()]);
|
||||
$this->assertDatabaseMissing('meal_posts', ['id' => $localMealPost->getKey()]);
|
||||
|
||||
Reference in New Issue
Block a user