feat: translation codes
CI / 🧪 Tests Laravel (push) Successful in 2m34s
CI / 🐳 Build & Push Images (push) Successful in 2m26s

This commit is contained in:
2026-08-14 12:46:29 +02:00
parent 69372a49ed
commit 8b60283eeb
28 changed files with 59 additions and 62 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ it('deletes the authenticated account and related data', function () {
$this->deleteJson('/api/auth/me')
->assertOk()
->assertJsonPath('message', __('api.auth.deleted'));
->assertJsonPath('code', 'ACCOUNT_DELETED');
$this->assertDatabaseMissing('users', ['id' => $user->getKey()]);
$this->assertDatabaseMissing('meal_posts', ['id' => $localMealPost->getKey()]);