diff --git a/internal/service/codebuild/project_test.go b/internal/service/codebuild/project_test.go index 8d9220cca755..e47f23ad9331 100644 --- a/internal/service/codebuild/project_test.go +++ b/internal/service/codebuild/project_test.go @@ -1228,11 +1228,6 @@ func TestAccCodeBuildProject_SecondarySourcesGitSubmodules_codeCommit(t *testing }), ), }, - { - ResourceName: resourceName, - ImportState: true, - ImportStateVerify: true, - }, { Config: testAccProjectConfig_secondarySourcesGitSubmodulesCodeCommit(rName, false), Check: resource.ComposeTestCheckFunc( @@ -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( @@ -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( @@ -1365,11 +1350,6 @@ func TestAccCodeBuildProject_SecondarySourcesVersions(t *testing.T) { }), ), }, - { - ResourceName: resourceName, - ImportState: true, - ImportStateVerify: true, - }, { Config: testAccProjectConfig_secondarySourceVersionsCodeCommitUpdated(rName), Check: resource.ComposeTestCheckFunc( @@ -2837,11 +2817,6 @@ func TestAccCodeBuildProject_SecondaryArtifacts_type(t *testing.T) { }), ), }, - { - ResourceName: resourceName, - ImportState: true, - ImportStateVerify: true, - }, }, }) } @@ -2871,11 +2846,6 @@ func TestAccCodeBuildProject_SecondarySources_codeCommit(t *testing.T) { }), ), }, - { - ResourceName: resourceName, - ImportState: true, - ImportStateVerify: true, - }, }, }) }