Skip to content

Commit cfc7aa4

Browse files
stevehipwelldeiga
andauthored
Update github/resource_github_repository_collaborator_test.go
Co-authored-by: Timo Sand <timo.sand@f-secure.com>
1 parent 72a2758 commit cfc7aa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/resource_github_repository_collaborator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func TestAccGithubRepositoryCollaborator(t *testing.T) {
5757
5858
resource "github_repository_collaborator" "test_repo_collaborator_2" {
5959
repository = "%s/${github_repository.test.name}"
60-
username = "<username>"
60+
username = "%s"
6161
permission = "triage"
6262
}
6363
`, randomID, testAccConf.owner)

0 commit comments

Comments
 (0)