Skip to content
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
Correcting action
Signed-off-by: Danny Kopping <danny@coder.com>
  • Loading branch information
dannykopping committed Mar 27, 2024
commit 2d6f10427b4f9a09e828d6fbe1c8f864407f4cb7
2 changes: 1 addition & 1 deletion cli/update_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ func TestUpdateValidateRichParameters(t *testing.T) {
require.NoError(t, err)

// Update the workspace
inv, root = clitest.New(t, "restart", "my-workspace", "--always-prompt=true", "--yes")
inv, root = clitest.New(t, "update", "my-workspace", "--always-prompt=true")
clitest.SetupConfig(t, member, root)

doneChan := make(chan struct{})
Expand Down