Copilot commented on code in PR #297:
URL: 
https://github.com/apache/cloudstack-terraform-provider/pull/297#discussion_r3801788178


##########
cloudstack/resource_cloudstack_egress_firewall_test.go:
##########
@@ -25,10 +25,44 @@ import (
        "testing"
 
        "github.com/apache/cloudstack-go/v2/cloudstack"
+       "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
        "github.com/hashicorp/terraform-plugin-testing/helper/resource"
        "github.com/hashicorp/terraform-plugin-testing/terraform"
 )

Review Comment:
   `strings.Contains(...)` is used by the newly added tests, but `strings` is 
not included in the imports shown in this diff. This will fail to compile 
unless `strings` is already imported elsewhere in this file. Add `\"strings\"` 
to the import block.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to