mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
fix: allow overridding default string array (#6873)
* fix: allow overridding default string array * Cleanup code * fixup! Cleanup code * fixup! Cleanup code * fixup! Cleanup code * fixup! Cleanup code
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()
|
||||
err := opts.SetDefaults(nil)
|
||||
require.NoError(t, err)
|
||||
return &cfg
|
||||
}
|
||||
|
Reference in New Issue
Block a user