Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bpaquet committed Feb 7, 2024
1 parent ee40a30 commit 5de1f37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion github/resource_github_branch_protection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand All @@ -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}"
]
}
Expand Down

0 comments on commit 5de1f37

Please sign in to comment.