File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ import (
5
5
"regexp"
6
6
"testing"
7
7
8
+ cml "github.com/ciscodevnet/terraform-provider-cml2/internal/provider"
8
9
"github.com/hashicorp/terraform-plugin-framework/providerserver"
9
10
"github.com/hashicorp/terraform-plugin-go/tfprotov6"
10
11
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
11
- cml "github.com/ciscodevnet/terraform-provider-cml2/internal/provider"
12
12
)
13
13
14
14
// testAccProtoV6ProviderFactories are used to instantiate a provider during
@@ -26,7 +26,7 @@ func testAccPreCheck(t *testing.T) {
26
26
}
27
27
28
28
func TestAccHTTPScheck (t * testing.T ) {
29
- re := regexp .MustCompile (`valid and uses HTTPS` )
29
+ re := regexp .MustCompile (`A valid CML server URL using HTTPS must be provided. ` )
30
30
for _ , url := range []string {"()!@*(#$&" , "https://" } {
31
31
resource .Test (t , resource.TestCase {
32
32
PreCheck : func () { testAccPreCheck (t ) },
You can’t perform that action at this time.
0 commit comments