8000 fix: set preset parameters in the API rather than the frontend by SasSwart · Pull Request #17403 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

fix: set preset parameters in the API rather than the frontend #17403

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 16, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove typo in presets test case
  • Loading branch information
SasSwart committed Apr 16, 2025
commit 9bdb8ce6229cc51e4206262596a4dbec098d9044
5 changes: 2 additions & 3 deletions coderd/workspaces_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -454,9 +454,8 @@ func TestWorkspace(t *testing.T) {
selectedPresetIndex *int
}{
{
name: "No Presets - No Template Parameters",
presets: []*proto.Preset{},
templateVersionParameters: templateVersionParameters,
name: "No Presets - No Template Parameters",
presets: []*proto.Preset{},
},
{
name: "No Presets - With Template Parameters",
Expand Down
0