Skip to content

Commit 628cbf8

Browse files
NagaRajuPasunuriMaxrovr
authored andcommitted
Added - Formatting changes in files
1 parent 4a274b2 commit 628cbf8

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

internal/integrationtest/provider_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
package integrationtest
22

33
import (
4+
"strings"
5+
"testing"
6+
47
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
58
"github.com/oracle/terraform-provider-oci/internal/acctest"
69
"github.com/oracle/terraform-provider-oci/internal/globalvar"
710
"github.com/stretchr/testify/assert"
8-
"strings"
9-
"testing"
1011
)
1112

1213
func TestProviderServiceEndpointOverridePrecedenceOverDomainOverrideWhenBothSet(t *testing.T) {

internal/integrationtest/vault_secret_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ package integrationtest
55

66
import (
77
"fmt"
8+
"testing"
9+
810
"github.com/oracle/terraform-provider-oci/internal/acctest"
911
"github.com/oracle/terraform-provider-oci/internal/utils"
10-
"testing"
1112

1213
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
1314
"github.com/hashicorp/terraform-plugin-testing/terraform"

internal/provider/provider_isolated_test.go

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@ package provider
22

33
import (
44
"crypto/tls"
5-
oci_common "github.com/oracle/oci-go-sdk/v65/common"
6-
"github.com/oracle/terraform-provider-oci/internal/globalvar"
7-
"github.com/oracle/terraform-provider-oci/internal/utils"
8-
"github.com/stretchr/testify/assert"
9-
"github.com/stretchr/testify/require"
105
"net/http"
116
"os"
127
"os/exec"
138
"strings"
149
"testing"
10+
11+
oci_common "github.com/oracle/oci-go-sdk/v65/common"
12+
"github.com/oracle/terraform-provider-oci/internal/globalvar"
13+
"github.com/oracle/terraform-provider-oci/internal/utils"
14+
"github.com/stretchr/testify/assert"
15+
"github.com/stretchr/testify/require"
1516
)
1617

1718
// ensure a custom domain can be targeted and expected http client settings are preserved

0 commit comments

Comments
 (0)