Skip to content

Commit

Permalink
fixed integration test to point to correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomez04 committed Oct 23, 2024
1 parent 072123a commit bffcf54
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 @@ -47,7 +47,7 @@ func checkUsersDataSourcePopulated(t *testing.T) func(s *terraform.State) error
}

func TestAccDataSourceDataUsers(t *testing.T) {
accountLevel(t, step{
AccountLevel(t, Step{
Template: dataSourceTemplate,
Check: checkUsersDataSourcePopulated(t),
})
Expand Down

0 comments on commit bffcf54

Please sign in to comment.