diff --git a/github/resource_github_branch_protection_test.go b/github/resource_github_branch_protection_test.go index 4ae7690c50..4675e56683 100644 --- a/github/resource_github_branch_protection_test.go +++ b/github/resource_github_branch_protection_test.go @@ -623,6 +623,7 @@ func TestAccGithubBranchProtection(t *testing.T) { name = "tf-acc-test-%s" auto_init = true } + resource "github_team" "test" { name = "tf-acc-test-%s" } @@ -637,7 +638,7 @@ func TestAccGithubBranchProtection(t *testing.T) { repository_id = github_repository.test.node_id pattern = "main" - force_push_bypassers = [ + force_push_bypassers = [ "%s/${github_team.test.slug}" ] }