Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/verify(test): add malformed old content test case
Before: ```console % go test -count=1 ./internal/verify/... --- FAIL: TestSecondJSONUnlessEquivalent (0.00s) json_test.go:405: unexpected error with test case malformed old: parsing policy 1: parsing statement 1: 1 error(s) decoding: * '[0].Condition[StringLike]' expected a map, got 'slice' FAIL FAIL github.com/hashicorp/terraform-provider-aws/internal/verify 0.702s ``` After: ```console % go test -count=1 ./internal/verify/... ok github.com/hashicorp/terraform-provider-aws/internal/verify 0.383s ```
- Loading branch information