We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6afd1 commit 6142443Copy full SHA for 6142443
1 file changed
packages/wrangler/src/__tests__/deploy/queues.test.ts
@@ -441,7 +441,7 @@ describe("deploy", () => {
441
{
442
queue: queueName,
443
// Cast needed to simulate invalid user input that bypasses static type checking; runtime validation is what this test exercises
444
- type: "http_pull" as "worker",
+ type: "http_pull" as "worker",
445
},
446
],
447
0 commit comments