Skip to content

Commit a3cf121

Browse files
committed
linting
1 parent 0484777 commit a3cf121

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

coderd/provisionerdserver/upload_file_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import (
1212
"storj.io/drpc"
1313

1414
"github.com/coder/coder/v2/coderd/database"
15-
"github.com/coder/coder/v2/coderd/database/dbmem"
1615
"github.com/coder/coder/v2/coderd/externalauth"
1716
"github.com/coder/coder/v2/codersdk/drpcsdk"
1817
proto "github.com/coder/coder/v2/provisionerd/proto"
@@ -25,7 +24,6 @@ func TestUploadFileLargeModuleFiles(t *testing.T) {
2524
t.Parallel()
2625

2726
ctx := testutil.Context(t, testutil.WaitMedium)
28-
db := dbmem.New()
2927

3028
// Create server
3129
server, db, _, _ := setup(t, false, &overrides{

provisionersdk/proto/dataupload.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

provisionersdk/proto/dataupload_test.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)