Skip to content

Commit

Permalink
Fix TestAcc_AccountRoles_basic test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-asawicki committed May 15, 2024
1 parent 9fee237 commit 8041405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/datasources/roles_acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func TestAcc_Roles(t *testing.T) {
}

func TestAcc_AccountRoles_basic(t *testing.T) {
accountRoleNamePrefix := "account_roles_test_prefix_"
accountRoleNamePrefix := "account_roles_test_prefix_" + random.AlphaN(4)
accountRoleName1 := acc.TestClient().Ids.AlphaWithPrefix(accountRoleNamePrefix)
accountRoleName2 := acc.TestClient().Ids.AlphaWithPrefix(accountRoleNamePrefix)
accountRoleName3 := acc.TestClient().Ids.Alpha()
Expand Down

0 comments on commit 8041405

Please sign in to comment.