mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fix: truly allow overridding default string array (#6874)
This commit is contained in:
@@ -1090,7 +1090,7 @@ QastnN77KfUwdj3SJt44U/uh1jAIv4oSLBr8HYUkbnI8
|
||||
func DeploymentValues(t *testing.T) *codersdk.DeploymentValues {
|
||||
var cfg codersdk.DeploymentValues
|
||||
opts := cfg.Options()
|
||||
err := opts.SetDefaults()
|
||||
err := opts.SetDefaults(nil)
|
||||
require.NoError(t, err)
|
||||
return &cfg
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user