Skip to content

Commit

Permalink
fix TestAccNutanixAddressGroupsDataSource_basic testcase config
Browse files Browse the repository at this point in the history
  • Loading branch information
bhati-pradeep authored and siddharth-nutanix committed Mar 15, 2022
1 parent e1b9031 commit 7be7fff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nutanix/data_source_nutanix_address_groups_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ func testAccAddressGroupsDataSourceConfig(r int) string {
uuid = nutanix_address_group.test_address.id
}
data "nutanix_address_groups" "addr_groups" {}
data "nutanix_address_groups" "addr_groups" {
depends_on = [nutanix_address_group.test_address]
}
`, r)
}

0 comments on commit 7be7fff

Please sign in to comment.