Skip to content

Commit 6e338f2

Browse files
test: update testdata fixture
1 parent d7e86c6 commit 6e338f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
INSERT INTO workspace_agent_script_timings (script_id, started_at, ended_at, exit_code, stage, timed_out)
1+
INSERT INTO workspace_agent_script_timings (script_id, started_at, ended_at, exit_code, stage, status)
22
VALUES
3-
((SELECT id FROM workspace_agent_scripts LIMIT 1), NOW() - INTERVAL '1 hour 55 minutes', NOW() - INTERVAL '1 hour 50 minutes', 0, 'start', false);
3+
((SELECT id FROM workspace_agent_scripts LIMIT 1), NOW() - INTERVAL '1 hour 55 minutes', NOW() - INTERVAL '1 hour 50 minutes', 0, 'start', 'ok');

0 commit comments

Comments
 (0)