Skip to content

Commit

Permalink
fix comment, delete unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymye committed Apr 19, 2019
1 parent 016e279 commit 08c04b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 65 deletions.
4 changes: 2 additions & 2 deletions third_party/terraform/utils/iam.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ type iamPolicyModifyFunc func(p *cloudresourcemanager.Policy) error

type resourceIdParserFunc func(d *schema.ResourceData, config *Config) error

// Wrapper around updater.GetResourceIamPolicy() that handles Fibonacci backoff
// for reading policies from IAM
// Wrapper around updater.GetResourceIamPolicy() to handle retry/backoff
// for just reading policies from IAM
func iamPolicyReadWithRetry(updater ResourceIamUpdater) (*cloudresourcemanager.Policy, error) {
mutexKey := updater.GetMutexKey()
mutexKV.Lock(mutexKey)
Expand Down
63 changes: 0 additions & 63 deletions third_party/terraform/utils/iam_test.go

This file was deleted.

0 comments on commit 08c04b8

Please sign in to comment.