File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import (
13
13
"github.com/coder/coder/v2/coderd/audit"
14
14
"github.com/coder/coder/v2/coderd/coderdtest"
15
15
"github.com/coder/coder/v2/coderd/database"
16
- "github.com/coder/coder/v2/coderd/database/dbtestutil"
17
16
"github.com/coder/coder/v2/coderd/rbac"
18
17
"github.com/coder/coder/v2/codersdk"
19
18
"github.com/coder/coder/v2/cryptorand"
@@ -369,14 +368,10 @@ func TestTemplates(t *testing.T) {
369
368
t .Run ("UpdateLastUsedAt" , func (t * testing.T ) {
370
369
t .Parallel ()
371
370
372
- // nolint:gocritic // https://github.com/coder/coder/issues/9682
373
- db , ps := dbtestutil .NewDB (t , dbtestutil .WithTimezone ("UTC" ))
374
371
ctx := testutil .Context (t , testutil .WaitMedium )
375
372
client , user := coderdenttest .New (t , & coderdenttest.Options {
376
373
Options : & coderdtest.Options {
377
374
IncludeProvisionerDaemon : true ,
378
- Database : db ,
379
- Pubsub : ps ,
380
375
},
381
376
LicenseOptions : & coderdenttest.LicenseOptions {
382
377
Features : license.Features {
You can’t perform that action at this time.
0 commit comments