Skip to content

Commit

Permalink
test: Specify valid snapshot hours
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Jul 31, 2017
1 parent b24b01a commit 53ccd7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/resource_aws_elasticsearch_domain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@ func TestAccAWSElasticSearchDomain_update(t *testing.T) {
CheckDestroy: testAccCheckESDomainDestroy,
Steps: []resource.TestStep{
{
Config: testAccESDomainConfig_ClusterUpdate(ri, 2, 23),
Config: testAccESDomainConfig_ClusterUpdate(ri, 2, 22),
Check: resource.ComposeTestCheckFunc(
testAccCheckESDomainExists("aws_elasticsearch_domain.example", &input),
),
},
{
Config: testAccESDomainConfig_ClusterUpdate(ri, 4, 24),
Config: testAccESDomainConfig_ClusterUpdate(ri, 4, 23),
Check: resource.ComposeTestCheckFunc(
testAccCheckESDomainExists("aws_elasticsearch_domain.example", &input),
testAccCheckESNumberOfInstances(2, input.ElasticsearchClusterConfig),
Expand Down

0 comments on commit 53ccd7c

Please sign in to comment.