We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3436b5c commit 80da967Copy full SHA for 80da967
1 file changed
github/resource_github_branch_test.go
@@ -203,7 +203,6 @@ func TestAccGithubBranch(t *testing.T) {
203
})
204
205
t.Run("renames a branch without replacement", func(t *testing.T) {
206
-
207
initialConfig := fmt.Sprintf(`
208
resource "github_repository" "test" {
209
name = "tf-acc-test-%[1]s"
@@ -259,7 +258,5 @@ func TestAccGithubBranch(t *testing.T) {
259
258
t.Run("with an organization account", func(t *testing.T) {
260
testCase(t, organization)
261
262
263
264
265
}
0 commit comments