fix(e2e): интеграционные тесты на стендах без mocks.
ift-ui/stage-ui гоняют stand/integration против живого API; mock-suite остаётся в CI. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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',
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user