Skip to content

Commit

Permalink
name format changes to acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomez04 committed Oct 23, 2024
1 parent dbd79d8 commit 4ed08d4
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 @@ -14,7 +14,7 @@ func TestAccDataSourceDataUsers(t *testing.T) {
display_name_contains = "testuser"
}`,
Check: func(s *terraform.State) error {
r, ok := s.RootModule().Resources["data.databricks_data_users.this"]
r, ok := s.RootModule().Resources["data.databricks_users.this"]
if !ok {
return fmt.Errorf("data not found in state")
}
Expand Down

0 comments on commit 4ed08d4

Please sign in to comment.