Skip to content

Commit e1b0aa2

Browse files
committed
test: create background worker and deployment with correct engine version
1 parent 704c638 commit e1b0aa2

File tree

1 file changed

+2
-0
lines changed
  • internal-packages/run-engine/src/engine/tests

1 file changed

+2
-0
lines changed

internal-packages/run-engine/src/engine/tests/setup.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export async function setupBackgroundWorker(
9797
runtimeEnvironmentId: environment.id,
9898
version: nextVersion,
9999
metadata: {},
100+
engine: "V2",
100101
},
101102
});
102103

@@ -234,6 +235,7 @@ export async function setupBackgroundWorker(
234235
projectId: environment.project.id,
235236
environmentId: environment.id,
236237
workerId: worker.id,
238+
type: "MANAGED",
237239
},
238240
});
239241

0 commit comments

Comments
 (0)