Skip to content

Commit 69d0323

Browse files
committed
fix: update test data
1 parent 1a1334e commit 69d0323

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cli/testdata/coder_list_--output_json.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"template_allow_user_cancel_workspace_jobs": false,
1616
"template_active_version_id": "============[version ID]============",
1717
"template_require_active_version": false,
18-
"template_use_classic_parameter_flow": false,
18+
"template_use_classic_parameter_flow": true,
1919
"latest_build": {
2020
"id": "========[workspace build ID]========",
2121
"created_at": "====[timestamp]=====",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-- All templates should opt out of dynamic parameters by default.
12
ALTER TABLE templates ALTER COLUMN use_classic_parameter_flow SET DEFAULT true;
23

34
UPDATE templates SET use_classic_parameter_flow = true

0 commit comments

Comments
 (0)