Skip to content

Commit

Permalink
fix check destroy resource memethod typo
Browse files Browse the repository at this point in the history
  • Loading branch information
teraken0509 committed Aug 29, 2019
1 parent 12df294 commit 9e3953e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aws/resource_aws_media_connect_flow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func TestAccAWSMediaConnectFlowConfig_Base(t *testing.T) {
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Providers: testAccProviders,
CheckDestroy: testAccCheckAWSEksClusterDestroy,
CheckDestroy: testAccCheckAWSMediaConnectFlowDestroy,
Steps: []resource.TestStep{
{
Config: testAccAWSMediaConnectFlowConfig_Base(rName, "rtp", "3010"),
Expand Down Expand Up @@ -69,7 +69,7 @@ func TestAccAWSMediaConnectFlowConfig_Decryption(t *testing.T) {
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Providers: testAccProviders,
CheckDestroy: testAccCheckAWSEksClusterDestroy,
CheckDestroy: testAccCheckAWSMediaConnectFlowDestroy,
Steps: []resource.TestStep{
{
Config: testAccAWSMediaConnectFlowConfig_Decryption(rName, "aes128"),
Expand Down Expand Up @@ -113,7 +113,7 @@ func TestAccAWSMediaConnectFlowConfig_Options(t *testing.T) {
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Providers: testAccProviders,
CheckDestroy: testAccCheckAWSEksClusterDestroy,
CheckDestroy: testAccCheckAWSMediaConnectFlowDestroy,
Steps: []resource.TestStep{
{
Config: testAccAWSMediaConnectFlowConfig_Options(rName, "us-west-2a", "Test Description1"),
Expand Down

0 comments on commit 9e3953e

Please sign in to comment.