Skip to content

Commit

Permalink
tests/lakeformation_perms: Appease linter gods
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed Jun 17, 2021
1 parent af4aaaa commit 82235d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_lakeformation_permissions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ resource "aws_lakeformation_permissions" "test" {
database_name = aws_glue_catalog_table.test.database_name
name = aws_glue_catalog_table.test.name
wildcard = true
excluded_column_names = ["value"]
excluded_column_names = ["value"]
}
# for consistency, ensure that admins are setup before testing
Expand Down

0 comments on commit 82235d0

Please sign in to comment.