File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 11package integrationtest
22
33import (
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
1213func TestProviderServiceEndpointOverridePrecedenceOverDomainOverrideWhenBothSet (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ package integrationtest
55
66import (
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"
Original file line number Diff line number Diff line change @@ -2,16 +2,17 @@ package provider
22
33import (
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
You can’t perform that action at this time.
0 commit comments