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 5de1f37 commit 7be79c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github/resource_github_branch_protection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -639,8 +639,8 @@ func TestAccGithubBranchProtection(t *testing.T) {
pattern = "main"
force_push_bypassers = [
"%s/${github_team.test.slug}"
]
"%s/${github_team.test.slug}"
]
}
`, randomID, randomID, testOrganization)
Expand Down

0 comments on commit 7be79c4

Please sign in to comment.