Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jcieslak committed Jul 12, 2024
1 parent 05ee620 commit 680a7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/view_acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ resource "snowflake_account_role" "test" {
resource "snowflake_grant_privileges_to_account_role" "grant" {
privileges = ["SELECT"]
account_role_name = snowflake_role.test.name
account_role_name = snowflake_account_role.test.name
on_schema_object {
object_type = "VIEW"
object_name = "\"%[1]s\".\"%[2]s\".\"${snowflake_view.test.name}\""
Expand Down

0 comments on commit 680a7b7

Please sign in to comment.