Skip to content

Commit

Permalink
Fix roles
Browse files Browse the repository at this point in the history
  • Loading branch information
b-per committed May 29, 2024
1 parent 29ca0e9 commit a12ce58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sdkv2/resources/user_groups_acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func TestAccDbtCloudUserGroupsResource(t *testing.T) {
var groupIDs string
if isDbtCloudPR() {
userID = 1
groupIDs = "[]"
groupIDs = "[1,2,3]"
} else if value := os.Getenv("CI"); value != "" {
userID = 54461
groupIDs = "[531585, 531584, 531583]"
Expand Down

0 comments on commit a12ce58

Please sign in to comment.