Skip to content

Commit 0467859

Browse files
committed
fix: add missing line
Signed-off-by: Ivo Yankov <ivo@devlabs.bg>
1 parent 34f46b3 commit 0467859

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_container.ts

+1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ export function resetForTest(namespace?: NamespaceNameAsString, cacheDir: string
2626
parsedData.deployments[parsedData.currentDeploymentName].namespace = namespace;
2727
}
2828

29+
fs.writeFileSync(path.join(cacheDirectory, localConfigFile), yaml.stringify(parsedData));
2930
resetTestContainer(cacheDir);
3031
}

0 commit comments

Comments
 (0)