Skip to content

Commit 1172604

Browse files
authored
Merge pull request #1009 from hashicorp/brandonc/dont_error_when_organization_cannot_be_deleted
Fixes broken cleanup in CI
2 parents 7004ad0 + 2bb8faa commit 1172604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ func createOrganizationWithOptions(t *testing.T, client *Client, options Organiz
951951

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

0 commit comments

Comments
 (0)