Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jcieslak committed Dec 2, 2024
1 parent 7e6b8a3 commit 530aa0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/datasources/accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func ReadAccounts(ctx context.Context, d *schema.ResourceData, meta any) diag.Di
m["account_name"] = account.AccountName
m["region_group"] = account.RegionGroup
m["snowflake_region"] = account.SnowflakeRegion
m["edition"] = account.Edition
m["edition"] = string(*account.Edition)
m["account_url"] = account.AccountURL
m["created_on"] = account.CreatedOn.String()
m["comment"] = account.Comment
Expand Down

0 comments on commit 530aa0d

Please sign in to comment.