mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
chore: remove per request dynamic parameters opt in and rely on template (#18505)
When in experimental this was used as an escape hatch. Removed to be consistent with the template author's intentions Backwards compatible, removing an experimental api field that is no longer used.
This commit is contained in:
@ -1759,7 +1759,6 @@ func TestWorkspaceTemplateParamsChange(t *testing.T) {
|
||||
Value: "7",
|
||||
},
|
||||
},
|
||||
EnableDynamicParameters: true,
|
||||
})
|
||||
|
||||
// Then: the build should succeed. The updated value of param_min should be
|
||||
|
Reference in New Issue
Block a user