Compare commits

...

2 Commits

Author SHA1 Message Date
nivedin
0f32e06f04 fix: global environment test set bug 2023-10-17 13:39:27 +05:30
nivedin
b99d0d48e9 fix: update global environment in test 2023-10-17 13:21:38 +05:30

View File

@@ -132,7 +132,7 @@ export function runRESTRequest$(
runResult.right
)
setGlobalEnvVariables(runResult.right.envs.global)
setGlobalEnvVariables([...runResult.right.envs.global])
if (
environmentsStore.value.selectedEnvironmentIndex.type === "MY_ENV"