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