File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
internal/services/argo_smart_routing Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,17 @@ package argo_smart_routing_test
2
2
3
3
import (
4
4
"fmt"
5
- "github.com/hashicorp/terraform-plugin-testing/knownvalue"
6
- "github.com/hashicorp/terraform-plugin-testing/plancheck"
7
- "github.com/hashicorp/terraform-plugin-testing/tfjsonpath"
8
5
"os"
9
6
"regexp"
10
7
"testing"
11
8
9
+ "github.com/hashicorp/terraform-plugin-testing/helper/resource"
10
+ "github.com/hashicorp/terraform-plugin-testing/knownvalue"
11
+ "github.com/hashicorp/terraform-plugin-testing/plancheck"
12
+ "github.com/hashicorp/terraform-plugin-testing/tfjsonpath"
13
+
12
14
"github.com/cloudflare/terraform-provider-cloudflare/internal/acctest"
13
15
"github.com/cloudflare/terraform-provider-cloudflare/internal/utils"
14
- "github.com/hashicorp/terraform-plugin-testing/helper/resource"
15
16
)
16
17
17
18
func TestAccCloudflareArgoSmartRouting_Basic (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments