File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,10 @@ import (
8
8
"github.com/stretchr/testify/require"
9
9
"golang.org/x/xerrors"
10
10
11
- "github.com/stretchr/testify/require"
12
-
13
11
agentproto "github.com/coder/coder/v2/agent/proto"
14
12
"github.com/coder/coder/v2/coderd/appearance"
15
13
"github.com/coder/coder/v2/codersdk"
14
+ "github.com/stretchr/testify/require"
16
15
)
17
16
18
17
func TestGetServiceBanner (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -488,6 +488,7 @@ export const MockTemplate: TypesGen.Template = {
488
488
require_active_version : false ,
489
489
deprecated : false ,
490
490
deprecation_message : "" ,
491
+ max_port_share_level : 0 ,
491
492
} ;
492
493
493
494
export const MockTemplateVersionFiles : TemplateVersionFiles = {
You can’t perform that action at this time.
0 commit comments