Skip to content

Commit

Permalink
added correct reference to data resource 'databricks_users' on the ac…
Browse files Browse the repository at this point in the history
…ceptance test.
  • Loading branch information
dgomez04 committed Oct 23, 2024
1 parent 1c703b4 commit dbd79d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/acceptance/data_users_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
func TestAccDataSourceDataUsers(t *testing.T) {
accountLevel(t, step{
Template: `
data "databricks_data_users" "this" {
data "databricks_users" "this" {
display_name_contains = "testuser"
}`,
Check: func(s *terraform.State) error {
Expand Down

0 comments on commit dbd79d8

Please sign in to comment.