Fix Acceptance Test For TestAccGithubUserSshKey_basic
And TestAccGithubRepositoryDeployKey_basic
#431
Labels
Good first issue
Good for newcomers
Status: Up for grabs
Issues that are ready to be worked on by anyone
Type: Bug
Something isn't working as documented
Acceptance test runs have been failing for
TestAccGithubUserSshKey_basic
andTestAccGithubRepositoryDeployKey_basic
.I vaguely remember one failing before the other started and now are currently failing for the
master
branch.I suspect a test suite run was halted, leaving around acceptance test fixtures that are reused on subsequent runs. A solution may involve using unique values instead of having to clean up successfully 100% of the time.
/cc https://github.com/terraform-providers/terraform-provider-github/pull/411
The text was updated successfully, but these errors were encountered: