Skip to content

Commit 8d08a64

Browse files
committed
remove todos
1 parent b1aff3f commit 8d08a64

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

coderd/presets_test.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@ import (
1515
)
1616

1717
func TestTemplateVersionPresets(t *testing.T) {
18-
// TODO (sasswart): test case: what if immutable parameters are used in the preset?
19-
// TODO (sasswart): test case: what if presets are defined for a template version with no params?
20-
// TODO (sasswart): test case: what if a non active version is selected?
21-
// TODO (sasswart): test case: what if a preset is selected that has no parameters?
22-
// TODO (sasswart): what if we have preset params and autofill params on the same param?
23-
// TODO (sasswart): test case: if we move from preset to no preset, do we reset the params?
24-
// If so, how should it behave? Reset to initial value? reset to last set value?
25-
// TODO (sasswart): test case: rich parameters
26-
// TODO (sasswart): Test case: what if a user tries to read presets or preset parameters from a different org?
27-
2818
t.Parallel()
2919

3020
givenPreset := codersdk.Preset{

0 commit comments

Comments
 (0)