We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feff31d commit e2e21aaCopy full SHA for e2e21aa
coderd/agentapi/servicebanner_internal_test.go
@@ -7,11 +7,10 @@ import (
7
8
"golang.org/x/xerrors"
9
10
- "github.com/stretchr/testify/require"
11
-
12
agentproto "github.com/coder/coder/v2/agent/proto"
13
"github.com/coder/coder/v2/coderd/appearance"
14
"github.com/coder/coder/v2/codersdk"
+ "github.com/stretchr/testify/require"
15
)
16
17
func TestGetServiceBanner(t *testing.T) {
site/src/testHelpers/entities.ts
@@ -487,6 +487,7 @@ export const MockTemplate: TypesGen.Template = {
487
require_active_version: false,
488
deprecated: false,
489
deprecation_message: "",
490
+ max_port_share_level: 0,
491
};
492
493
export const MockTemplateVersionFiles: TemplateVersionFiles = {
0 commit comments