Skip to content

Commit 72f23f4

Browse files
committed
Fix test
1 parent 2a32386 commit 72f23f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/test/runsReplicationService.part1.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ describe("RunsReplicationService (part 1/2)", () => {
119119
engine: "V2",
120120
trigger_source: "api",
121121
root_trigger_source: "dashboard",
122-
is_warm_start: true,
122+
is_warm_start: 1,
123123
})
124124
);
125125

0 commit comments

Comments
 (0)