We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8939f commit b47761bCopy full SHA for b47761b
integration_test/setup.ts
@@ -98,7 +98,7 @@ function buildPythonSdk() {
98
.find((file) => file.match(/^firebase_functions-.*\.tar\.gz$/));
99
100
if (generatedFile) {
101
- const targetPath = path.join("integration_tests", "functions", `firebase_functions.tar.gz`);
+ const targetPath = path.join("integration_test", "functions", `firebase_functions.tar.gz`);
102
103
fs.renameSync(path.join("dist", generatedFile), targetPath);
104
0 commit comments