mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
Revert "fix: allow overridding default string array (#6873)"
This reverts commit 58d650c2bb
.
This commit is contained in:
@ -1075,7 +1075,7 @@ QastnN77KfUwdj3SJt44U/uh1jAIv4oSLBr8HYUkbnI8
|
||||
func DeploymentValues(t *testing.T) *codersdk.DeploymentValues {
|
||||
var cfg codersdk.DeploymentValues
|
||||
opts := cfg.Options()
|
||||
err := opts.SetDefaults(nil)
|
||||
err := opts.SetDefaults()
|
||||
require.NoError(t, err)
|
||||
return &cfg
|
||||
}
|
||||
|
Reference in New Issue
Block a user