Skip to content

Commit

Permalink
r/aws_codebuild_project: Fix some 'ImportStateVerify attributes not e…
Browse files Browse the repository at this point in the history
…quivalent' acceptance test errors (#35108).
  • Loading branch information
ewbankkit committed Jan 23, 2024
1 parent 00bfe9f commit 94704bd
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions internal/service/codebuild/project_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1228,11 +1228,6 @@ func TestAccCodeBuildProject_SecondarySourcesGitSubmodules_codeCommit(t *testing
}),
),
},
{
ResourceName: resourceName,
ImportState: true,
ImportStateVerify: true,
},
{
Config: testAccProjectConfig_secondarySourcesGitSubmodulesCodeCommit(rName, false),
Check: resource.ComposeTestCheckFunc(
Expand Down Expand Up @@ -1283,11 +1278,6 @@ func TestAccCodeBuildProject_SecondarySourcesGitSubmodules_gitHub(t *testing.T)
testAccCheckProjectExists(ctx, resourceName, &project),
),
},
{
ResourceName: resourceName,
ImportState: true,
ImportStateVerify: true,
},
{
Config: testAccProjectConfig_secondarySourcesGitSubmodulesGitHub(rName, false),
Check: resource.ComposeTestCheckFunc(
Expand Down Expand Up @@ -1320,11 +1310,6 @@ func TestAccCodeBuildProject_SecondarySourcesGitSubmodules_gitHubEnterprise(t *t
testAccCheckProjectExists(ctx, resourceName, &project),
),
},
{
ResourceName: resourceName,
ImportState: true,
ImportStateVerify: true,
},
{
Config: testAccProjectConfig_secondarySourcesGitSubmodulesGitHubEnterprise(rName, false),
Check: resource.ComposeTestCheckFunc(
Expand Down Expand Up @@ -1365,11 +1350,6 @@ func TestAccCodeBuildProject_SecondarySourcesVersions(t *testing.T) {
}),
),
},
{
ResourceName: resourceName,
ImportState: true,
ImportStateVerify: true,
},
{
Config: testAccProjectConfig_secondarySourceVersionsCodeCommitUpdated(rName),
Check: resource.ComposeTestCheckFunc(
Expand Down Expand Up @@ -2837,11 +2817,6 @@ func TestAccCodeBuildProject_SecondaryArtifacts_type(t *testing.T) {
}),
),
},
{
ResourceName: resourceName,
ImportState: true,
ImportStateVerify: true,
},
},
})
}
Expand Down Expand Up @@ -2871,11 +2846,6 @@ func TestAccCodeBuildProject_SecondarySources_codeCommit(t *testing.T) {
}),
),
},
{
ResourceName: resourceName,
ImportState: true,
ImportStateVerify: true,
},
},
})
}
Expand Down

0 comments on commit 94704bd

Please sign in to comment.