Logic for new Environment.base field

This commit is contained in:
Gregory Schier
2025-05-08 14:28:41 -07:00
parent edf65a62c2
commit a5333deb71
8 changed files with 26 additions and 43 deletions

View File

@@ -53,7 +53,7 @@ describe('importer-yaak', () => {
}],
environments: [{
id: 'e_1',
environmentId: 'GENERATE_ID::base_env_w_1',
base: false,
workspaceId: 'w_1',
name: 'Production',
variables: [{ name: 'E1', value: 'E1!' }],