We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40ec9c commit a339587Copy full SHA for a339587
enterprise/coderd/workspaces_test.go
@@ -262,6 +262,7 @@ func TestCreateUserWorkspace(t *testing.T) {
262
},
263
})
264
ctx := testutil.Context(t, testutil.WaitShort)
265
+ //nolint:gocritic // using owner to setup roles
266
r, err := owner.CreateOrganizationRole(ctx, codersdk.Role{
267
Name: "creator",
268
OrganizationID: first.OrganizationID.String(),
@@ -313,6 +314,7 @@ func TestCreateUserWorkspace(t *testing.T) {
313
314
ctx, cancel := context.WithTimeout(context.Background(), testutil.WaitLong*2000)
315
defer cancel()
316
317
318
creatorRole, err := owner.CreateOrganizationRole(ctx, codersdk.Role{
319
320
0 commit comments