mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-03-29 13:41:48 +02:00
go fmt
This commit is contained in:
@@ -33,7 +33,6 @@ func TestAccBitbucketResourceRepositoryPermissionsGroup(t *testing.T) {
|
|||||||
|
|
||||||
configModified := strings.ReplaceAll(config, "REPO_WRITE", "REPO_READ")
|
configModified := strings.ReplaceAll(config, "REPO_WRITE", "REPO_READ")
|
||||||
|
|
||||||
|
|
||||||
resource.Test(t, resource.TestCase{
|
resource.Test(t, resource.TestCase{
|
||||||
PreCheck: func() { testAccPreCheck(t) },
|
PreCheck: func() { testAccPreCheck(t) },
|
||||||
Providers: testAccProviders,
|
Providers: testAccProviders,
|
||||||
|
|||||||
Reference in New Issue
Block a user