Skip to content

Commit 557c822

Browse files
authored
Fix ci password 2 (#65)
Fixing TestWorkspaceGroupResourceIntegration
1 parent f9b9aa3 commit 557c822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/workspacegroups/resource_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323

2424
var (
2525
updatedWorkspaceGroupName = strings.Join([]string{"updated", config.TestInitialWorkspaceGroupName}, "-")
26-
updatedAdminPassword = "buzzBAR123$"
26+
updatedAdminPassword = "buzDzBd4qAR12c9$" //nolint:gosec
2727
defaultDeploymentType = management.WorkspaceGroupDeploymentTypePRODUCTION
2828
updatedDeploymentType = management.WorkspaceGroupDeploymentTypeNONPRODUCTION
2929
)

0 commit comments

Comments
 (0)