Skip to content

Commit e2e21aa

Browse files
committed
lint
1 parent feff31d commit e2e21aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coderd/agentapi/servicebanner_internal_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ import (
77

88
"golang.org/x/xerrors"
99

10-
"github.com/stretchr/testify/require"
11-
1210
agentproto "github.com/coder/coder/v2/agent/proto"
1311
"github.com/coder/coder/v2/coderd/appearance"
1412
"github.com/coder/coder/v2/codersdk"
13+
"github.com/stretchr/testify/require"
1514
)
1615

1716
func TestGetServiceBanner(t *testing.T) {

site/src/testHelpers/entities.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ export const MockTemplate: TypesGen.Template = {
487487
require_active_version: false,
488488
deprecated: false,
489489
deprecation_message: "",
490+
max_port_share_level: 0,
490491
};
491492

492493
export const MockTemplateVersionFiles: TemplateVersionFiles = {

0 commit comments

Comments
 (0)