Skip to content

Commit 136a017

Browse files
exaby73cabljac
authored andcommitted
fix(integration_test): Runtime for Python
1 parent 237c014 commit 136a017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_test/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const config = {
6161
projectId: PROJECT_ID,
6262
projectDir: process.cwd(),
6363
sourceDir: `${process.cwd()}/functions`,
64-
runtime: TEST_RUNTIME === "node" ? "nodejs18" : "python",
64+
runtime: TEST_RUNTIME === "node" ? "nodejs18" : "python311",
6565
};
6666

6767
console.log("Firebase config created: ");

0 commit comments

Comments
 (0)