Skip to content

Commit

Permalink
test: fix nutanix category key datasource with values test case
Browse files Browse the repository at this point in the history
  • Loading branch information
marinsalinas committed Nov 23, 2020
1 parent d08867e commit 2768c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nutanix/data_source_nutanix_category_key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ resource "nutanix_category_value" "test_value"{
data "nutanix_category_key" "test_key_value" {
name = nutanix_category_key.test_key_value.name
name = nutanix_category_value.test_value.name //creating implicit dependency
}`

0 comments on commit 2768c19

Please sign in to comment.