Skip to content

Commit

Permalink
Fix cloudfront acc test
Browse files Browse the repository at this point in the history
  • Loading branch information
Elie committed Apr 27, 2021
1 parent 7a52ef3 commit 4a23882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resource/aws/aws_cloudfront_distribution_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func TestAcc_Aws_CloudfrontDistribution(t *testing.T) {
analyser.Change{
Change: diff.Change{
Type: diff.UPDATE,
Path: []string{"IsIpv6Enabled"},
Path: []string{"is_ipv6_enabled"},
From: false,
To: true,
},
Expand Down

0 comments on commit 4a23882

Please sign in to comment.