Skip to content

Commit

Permalink
Merge pull request #391 from terraform-providers/remove-invitation-ac…
Browse files Browse the repository at this point in the history
…ceptor-import

Remove Test Step To Verify Importing Invitation
  • Loading branch information
Jeremy Udit authored Mar 25, 2020
2 parents 7f646ab + c961081 commit 55e9de1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions github/resource_github_user_invitation_accepter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ func TestAccGithubUserInvitationAccepter_basic(t *testing.T) {
resource.TestMatchResourceAttr(rn, "invitation_id", regexp.MustCompile(`^[0-9]+$`)),
),
},
{
ResourceName: rn,
ImportState: true,
ImportStateVerify: true,
},
},
})
}
Expand Down

0 comments on commit 55e9de1

Please sign in to comment.