test: restore validation baseline
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user