Skip to content

Commit b2b6cd0

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

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
type exclusion struct {
@@ -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)