Skip to content

Commit 92f4ad4

Browse files
committed
improve testing strategy and errors handling
1 parent 7ba5979 commit 92f4ad4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

enterprise/coderd/provisionerkeys_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,9 @@ func TestGetProvisionerKey(t *testing.T) {
155155

156156
for _, tt := range tests {
157157
t.Run(tt.name, func(t *testing.T) {
158-
159158
t.Parallel()
160159

161160
ctx := testutil.Context(t, testutil.WaitShort)
162-
163161
dv := coderdtest.DeploymentValues(t)
164162
client, owner := coderdenttest.New(t, &coderdenttest.Options{
165163
Options: &coderdtest.Options{

0 commit comments

Comments
 (0)