Skip to content

Commit

Permalink
tests/resource/aws_rds_cluster: Fix TestAccAWSRDSCluster_EngineVersion (
Browse files Browse the repository at this point in the history
  • Loading branch information
shuheiktgw authored Jul 22, 2020
1 parent 05eb14a commit 2793104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_rds_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ func TestAccAWSRDSCluster_EngineVersion(t *testing.T) {
},
{
Config: testAccAWSClusterConfig_EngineVersion(rInt, "aurora-postgresql", "9.6.6"),
ExpectError: regexp.MustCompile(`Cannot modify engine version without a primary instance in DB cluster`),
ExpectError: regexp.MustCompile(`Cannot modify engine version without a healthy primary instance in DB cluster`),
},
},
})
Expand Down

0 comments on commit 2793104

Please sign in to comment.