From 7be79c41b533366ad5f0dc137291e523d5a9f8cf Mon Sep 17 00:00:00 2001 From: Bertrand Paquet Date: Wed, 7 Feb 2024 10:58:20 +0100 Subject: [PATCH] Fix --- github/resource_github_branch_protection_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github/resource_github_branch_protection_test.go b/github/resource_github_branch_protection_test.go index 4675e56683..96328c2b2c 100644 --- a/github/resource_github_branch_protection_test.go +++ b/github/resource_github_branch_protection_test.go @@ -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)