mirror of https://github.com/hashicorp/terraform
Fixes AwsS3BucketPolicy Acceptance Tests to match policy document changes from upstream. ``` $ make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSS3BucketPolicy' ==> Checking that code complies with gofmt requirements... go generate $(go list ./... | grep -v /terraform/vendor/) 2017/01/20 11:55:23 Generated command/internal_plugin_list.go TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSS3BucketPolicy -timeout 120m === RUN TestAccAWSS3BucketPolicy_basic --- PASS: TestAccAWSS3BucketPolicy_basic (33.64s) === RUN TestAccAWSS3BucketPolicy_policyUpdate --- PASS: TestAccAWSS3BucketPolicy_policyUpdate (61.91s) PASS ok github.com/hashicorp/terraform/builtin/providers/aws 95.591s ```pull/11313/head
parent
2c70855782
commit
191bb15830
Loading…
Reference in new issue