Skip to content

Commit

Permalink
Error fix for psa test (rancher#48281)
Browse files Browse the repository at this point in the history
  • Loading branch information
anupama2501 authored Dec 4, 2024
1 parent da0cf1d commit a12e86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/v2/validation/rbac/psa/psa_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ func (rb *PSATestSuite) TestPSA() {
require.Error(rb.T(), err)

rb.Run("Create a user with global role "+role, func() {
var userRole := rbac.StandardUser.String()
var userRole = rbac.StandardUser.String()
newUser, err := users.CreateUserWithRole(rb.client, users.UserConfig(), userRole)

require.NoError(rb.T(), err)
Expand Down

0 comments on commit a12e86e

Please sign in to comment.