mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: make flags in one place (#4452)
This commit is contained in:
@ -30,7 +30,7 @@ func TestDeploymentFlagSecrets(t *testing.T) {
|
||||
df.SCIMAuthHeader.Value = hi
|
||||
|
||||
client := coderdtest.New(t, &coderdtest.Options{
|
||||
DeploymentFlags: &df,
|
||||
DeploymentFlags: df,
|
||||
})
|
||||
_ = coderdtest.CreateFirstUser(t, client)
|
||||
scrubbed, err := client.DeploymentFlags(ctx)
|
||||
|
Reference in New Issue
Block a user