Skip to content

Commit

Permalink
databricks#3950: fixed acceptance test import
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomez04 committed Oct 9, 2024
1 parent 14b618d commit a1da23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/acceptance/data_notification_destinations.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func checkNotificationsDestinationsDataSourcePopulated(t *testing.T) func(s *ter
}

func TestWorkspaceDataSourceNotificationDestination(t *testing.T) {
workspaceLevel(t, Step{
WorkspaceLevel(t, Step{
Template: dataSourceTemplate,
Check: checkNotificationsDestinationsDataSourcePopulated(t),
})
Expand Down

0 comments on commit a1da23e

Please sign in to comment.