Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb2b6cd0

Browse files
committed
Excluding password field from config test
Signed-off-by: Danny Kopping <danny@coder.com>
1 parentebbba0e commitb2b6cd0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎codersdk/deployment_test.go‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ import (
1414
"github.com/stretchr/testify/require"
1515
"gopkg.in/yaml.v3"
1616

17+
"github.com/coder/serpent"
18+
1719
"github.com/coder/coder/v2/coderd/util/ptr"
1820
"github.com/coder/coder/v2/codersdk"
19-
"github.com/coder/serpent"
2021
)
2122

2223
typeexclusionstruct {
@@ -77,6 +78,9 @@ func TestDeploymentValues_HighlyConfigurable(t *testing.T) {
7778
"Provisioner Daemon Pre-shared Key (PSK)": {
7879
yaml:true,
7980
},
81+
"Notifications: Email Auth: Password": {
82+
yaml:true,
83+
},
8084
}
8185

8286
set:= (&codersdk.DeploymentValues{}).Options()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp