Skip to content

Commit d99771c

Browse files
committed
lint
1 parent 5f8814a commit d99771c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coderd/agentapi/servicebanner_internal_test.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ import (
88
"github.com/stretchr/testify/require"
99
"golang.org/x/xerrors"
1010

11-
"github.com/stretchr/testify/require"
12-
1311
agentproto "github.com/coder/coder/v2/agent/proto"
1412
"github.com/coder/coder/v2/coderd/appearance"
1513
"github.com/coder/coder/v2/codersdk"
14+
"github.com/stretchr/testify/require"
1615
)
1716

1817
func TestGetServiceBanner(t *testing.T) {

site/src/testHelpers/entities.ts

+1
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ export const MockTemplate: TypesGen.Template = {
488488
require_active_version: false,
489489
deprecated: false,
490490
deprecation_message: "",
491+
max_port_share_level: 0,
491492
};
492493

493494
export const MockTemplateVersionFiles: TemplateVersionFiles = {

0 commit comments

Comments
 (0)