Skip to content

Commit

Permalink
Merge branch 'main' into barrettclark/TF-21760
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettclark authored Nov 18, 2024
2 parents 29cb6b6 + 1172604 commit 2b767f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ func createOrganizationWithOptions(t *testing.T, client *Client, options Organiz

return org, func() {
if err := client.Organizations.Delete(ctx, org.Name); err != nil {
t.Errorf("Error destroying organization! WARNING: Dangling resources\n"+
t.Logf("Error destroying organization! WARNING: Dangling resources\n"+
"may exist! The full error is shown below.\n\n"+
"Organization: %s\nError: %s", org.Name, err)
}
Expand Down

0 comments on commit 2b767f5

Please sign in to comment.