We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8adca1 commit 3f8e780Copy full SHA for 3f8e780
coderd/workspaces_test.go
@@ -93,7 +93,7 @@ func TestWorkspace(t *testing.T) {
93
ctx, cancel := context.WithTimeout(context.Background(), testutil.WaitMedium)
94
defer cancel()
95
96
- want := ws1.Name + "_2"
+ want := ws1.Name + "-test"
97
err := client.UpdateWorkspace(ctx, ws1.ID, codersdk.UpdateWorkspaceRequest{
98
Name: want,
99
})
0 commit comments