Skip to content

Commit 536f3c8

Browse files
committed
golden
1 parent 556c817 commit 536f3c8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cli/testdata/coder_list_--output_json.golden

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"healthy": true,
6060
"failing_agents": []
6161
},
62-
"automatic_updates": "never"
62+
"automatic_updates": "never",
63+
"parameter_mismatch": false
6364
}
6465
]

site/src/testHelpers/entities.ts

+1
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,7 @@ export const MockWorkspace: TypesGen.Workspace = {
974974
failing_agents: [],
975975
},
976976
automatic_updates: "never",
977+
parameter_mismatch: false,
977978
};
978979

979980
export const MockStoppedWorkspace: TypesGen.Workspace = {

0 commit comments

Comments
 (0)