Skip to content
Merged
Prev Previous commit
Next Next commit
fix: add call to Parallel in test
  • Loading branch information
brettkolodny committed Apr 1, 2025
commit c90838fbec71c7f5bd878d50e5dffa40fe769dbc
2 changes: 2 additions & 0 deletions enterprise/cli/organization_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ func TestUpdateOrganizationRoles(t *testing.T) {
t.Parallel()

t.Run("JSON", func(t *testing.T) {
t.Parallel()

ownerClient, db, owner := coderdenttest.NewWithDatabase(t, &coderdenttest.Options{
LicenseOptions: &coderdenttest.LicenseOptions{
Features: license.Features{
Expand Down
Loading