Skip to content

Commit 8b73a80

Browse files
updated test file
1 parent b69996d commit 8b73a80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/provider/resource_appdata_dsource_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func testDsourcePreCheck(t *testing.T, sourceId string, groupId string, name str
7272
func testDsourceBasic(sourceId string, groupId string, name string, environmentUser string, stagingEnvironment string, postgresPort string) string {
7373
return fmt.Sprintf(`
7474
resource "delphix_appdata_dsource" "new_data_dsource" {
75-
source_id = "%s"
75+
source_value = "%s"
7676
group_id = "%s"
7777
log_sync_enabled = false
7878
make_current_account_owner = true
@@ -92,7 +92,7 @@ resource "delphix_appdata_dsource" "new_data_dsource" {
9292
func testDsourceUpdate(sourceId string, groupId string, name string, environmentUser string, stagingEnvironment string, postgresPort string) string {
9393
return fmt.Sprintf(`
9494
resource "delphix_appdata_dsource" "new_data_dsource" {
95-
source_id = "%s"
95+
source_value = "%s"
9696
group_id = "%s"
9797
log_sync_enabled = false
9898
make_current_account_owner = true

0 commit comments

Comments
 (0)