fix(e2e): интеграционные тесты на стендах без mocks.
CI / test (push) Has been cancelled
CI / push-image (push) Has been cancelled
CI / ci-done (push) Has been cancelled

ift-ui/stage-ui гоняют stand/integration против живого API; mock-suite остаётся в CI.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-16 14:11:54 +03:00
parent d200260497
commit 7bd186eace
7 changed files with 109 additions and 28 deletions
+7 -5
View File
@@ -134,12 +134,14 @@ export function createContentSeed() {
{
id: 'audit-e2e-1',
admin_id: 'admin-e2e-1',
action: 'user.update',
target_type: 'user',
target_id: 'user-e2e-1',
details: { status: 'frozen' },
email: 'e2e@eventhub.local',
role: 'superadmin',
action: 'update_user',
entity_type: 'user',
entity_id: 'user-e2e-1',
timestamp: now,
ip: '127.0.0.1',
created_at: now,
reason: 'e2e',
},
];