Skip to content

Commit

Permalink
test: fix category key data source basic test
Browse files Browse the repository at this point in the history
  • Loading branch information
marinsalinas committed Apr 30, 2019
1 parent e39187a commit 69d9349
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 @@ -50,7 +50,7 @@ resource "nutanix_category_key" "test_key"{
data "nutanix_category_key" "test_key" {
name = "${nutanix_category_key.test_update.name}"
name = "${nutanix_category_key.test_key.name}"
}`

const testAccCategoryKeyDataSourceConfigWithValues = `
Expand Down

0 comments on commit 69d9349

Please sign in to comment.