test: restore validation baseline

This commit is contained in:
2026-08-07 10:23:16 +00:00
parent 1a1d0b2d91
commit 044c916990
11 changed files with 45 additions and 25 deletions
@@ -278,6 +278,7 @@ describe('auction integration flow', () => {
});
await gatewayClient.admin.profiles.updateMeta.mutate({
profileName: 'che:908',
reason: 'integration test setup',
patch: {
localAccountGeneralCreationGraceDays: 7,
},
@@ -242,6 +242,7 @@ describe('integration initialization flow', () => {
});
await gatewayClient.admin.profiles.updateMeta.mutate({
profileName: 'che:2',
reason: 'integration test setup',
patch: {
localAccountGeneralCreationGraceDays: 7,
},
@@ -564,6 +564,7 @@ describe('pm2 orchestrator e2e', () => {
});
await gatewayClient.admin.profiles.updateMeta.mutate({
profileName,
reason: 'integration test setup',
patch: {
localAccountGeneralCreationGraceDays: 7,
},
@@ -208,6 +208,7 @@ describe('actual tournament lifecycle', () => {
});
await gatewayClient.admin.profiles.updateMeta.mutate({
profileName: 'che:908',
reason: 'integration test setup',
patch: {
localAccountGeneralCreationGraceDays: 7,
},