mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
remove todos
This commit is contained in:
@ -15,16 +15,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func TestTemplateVersionPresets(t *testing.T) {
|
func TestTemplateVersionPresets(t *testing.T) {
|
||||||
// TODO (sasswart): test case: what if immutable parameters are used in the preset?
|
|
||||||
// TODO (sasswart): test case: what if presets are defined for a template version with no params?
|
|
||||||
// TODO (sasswart): test case: what if a non active version is selected?
|
|
||||||
// TODO (sasswart): test case: what if a preset is selected that has no parameters?
|
|
||||||
// TODO (sasswart): what if we have preset params and autofill params on the same param?
|
|
||||||
// TODO (sasswart): test case: if we move from preset to no preset, do we reset the params?
|
|
||||||
// If so, how should it behave? Reset to initial value? reset to last set value?
|
|
||||||
// TODO (sasswart): test case: rich parameters
|
|
||||||
// TODO (sasswart): Test case: what if a user tries to read presets or preset parameters from a different org?
|
|
||||||
|
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
|
|
||||||
givenPreset := codersdk.Preset{
|
givenPreset := codersdk.Preset{
|
||||||
|
Reference in New Issue
Block a user