Skip to content

Commit

Permalink
removed log_type check because there seems to be odd behaviour with t…
Browse files Browse the repository at this point in the history
…he resource
  • Loading branch information
Marc Boudreau committed Aug 27, 2019
1 parent 0eff4e0 commit 7a640ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aws/data_source_aws_elasticsearch_domain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ func TestAccAWSDataElasticsearchDomain_advanced(t *testing.T) {
resource.TestCheckResourceAttrPair(datasourceName, "snapshot_options.#", resourceName, "snapshot_options.#"),
resource.TestCheckResourceAttrPair(datasourceName, "snapshot_options.0.automated_snapshot_start_hour", resourceName, "snapshot_options.0.automated_snapshot_start_hour"),
resource.TestCheckResourceAttrPair(datasourceName, "log_publishing_options.#", resourceName, "log_publishing_options.#"),
resource.TestCheckResourceAttrPair(datasourceName, "log_publishing_options.0.log_type", resourceName, "log_publishing_options.0.log_type"),
resource.TestCheckResourceAttrPair(datasourceName, "vpc_options.#", resourceName, "vpc_options.#"),
),
},
Expand Down

0 comments on commit 7a640ed

Please sign in to comment.