Skip to content

Commit 7a640ed

Browse files
author
Marc Boudreau
committed
removed log_type check because there seems to be odd behaviour with the resource
1 parent 0eff4e0 commit 7a640ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aws/data_source_aws_elasticsearch_domain_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ func TestAccAWSDataElasticsearchDomain_advanced(t *testing.T) {
6363
resource.TestCheckResourceAttrPair(datasourceName, "snapshot_options.#", resourceName, "snapshot_options.#"),
6464
resource.TestCheckResourceAttrPair(datasourceName, "snapshot_options.0.automated_snapshot_start_hour", resourceName, "snapshot_options.0.automated_snapshot_start_hour"),
6565
resource.TestCheckResourceAttrPair(datasourceName, "log_publishing_options.#", resourceName, "log_publishing_options.#"),
66-
resource.TestCheckResourceAttrPair(datasourceName, "log_publishing_options.0.log_type", resourceName, "log_publishing_options.0.log_type"),
6766
resource.TestCheckResourceAttrPair(datasourceName, "vpc_options.#", resourceName, "vpc_options.#"),
6867
),
6968
},

0 commit comments

Comments
 (0)