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
Next Next commit
Update coderd/workspaces_test.go
shortening test name

Co-authored-by: Cian Johnston <cian@coder.com>
  • Loading branch information
Kira-Pilot and johnstcn authored Jun 8, 2022
commit 56bceb614a62535167f9cd3ce5bca2202f12b6cb
2 changes: 1 addition & 1 deletion coderd/workspaces_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func TestWorkspaceByOwnerAndName(t *testing.T) {
_, err := client.WorkspaceByOwnerAndName(context.Background(), codersdk.Me, workspace.Name, codersdk.WorkspaceByOwnerAndNameParams{})
require.NoError(t, err)
})
t.Run("deletedGetWorkspaceByOwnerAndName", func(t *testing.T) {
t.Run("Deleted", func(t *testing.T) {
t.Parallel()
client := coderdtest.New(t, &coderdtest.Options{IncludeProvisionerD: true})
user := coderdtest.CreateFirstUser(t, client)
Expand Down