Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00fff8c commit 48678b6Copy full SHA for 48678b6
coderd/idpsync/group_test.go
@@ -65,6 +65,7 @@ func TestParseGroupClaims(t *testing.T) {
65
})
66
}
67
68
+//nolint:paralleltest, tparallel
69
func TestGroupSyncTable(t *testing.T) {
70
t.Parallel()
71
coderd/idpsync/role_test.go
@@ -23,6 +23,7 @@ import (
23
"github.com/coder/coder/v2/testutil"
24
)
25
26
27
func TestRoleSyncTable(t *testing.T) {
28
29
0 commit comments