Skip to content

Commit

Permalink
Add back org_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishnan Gopal authored and roaks3 committed Mar 12, 2024
1 parent efaab0d commit 5ba5334
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ func TestAccApphubWorkload_apphubWorkloadUpdate(t *testing.T) {
t.Parallel()

context := map[string]interface{}{
"org_id": envvar.GetTestOrgFromEnv(t),
"billing_account": envvar.GetTestBillingAccountFromEnv(t),
"random_suffix": acctest.RandString(t, 10),
}
Expand Down

0 comments on commit 5ba5334

Please sign in to comment.