Skip to content

Commit

Permalink
Merge pull request #263 from dbt-labs/update-testing-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
b-per authored May 29, 2024
2 parents 1a471c9 + a12ce58 commit 10c4f23
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 10c4f23

Please sign in to comment.