Skip to content

Commit f105f08

Browse files
committed
fix test
1 parent 210a25e commit f105f08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/test/routesBatchGetReplicaLag.guard.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ describe("routes-batch-get callers under a lagging replica", () => {
331331
holder.environment = authEnv(seed);
332332
holder.cachedRequest = { id: batchId };
333333

334-
const body = JSON.stringify({ items: [{ task: "my-task" }] });
334+
const body = JSON.stringify({ items: [{ task: "my-task", payload: null }] });
335335
const res = (await actionTasksBatch({
336336
request: new Request("http://localhost/api/v2/tasks/batch", {
337337
method: "POST",

0 commit comments

Comments
 (0)