Skip to content

Commit 2bb8faa

Browse files
committed
Update helper_test.go
1 parent 7004ad0 commit 2bb8faa

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)