From a8aead91b43a9461cd7a8ad7f79f9be204a78a26 Mon Sep 17 00:00:00 2001 From: Ilia Lazebnik Date: Wed, 3 Jun 2020 21:21:56 +0300 Subject: [PATCH] Update resource_aws_xray_group_test.go --- aws/resource_aws_xray_group_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/resource_aws_xray_group_test.go b/aws/resource_aws_xray_group_test.go index 58d71757a4b..37e89494ebd 100644 --- a/aws/resource_aws_xray_group_test.go +++ b/aws/resource_aws_xray_group_test.go @@ -2,10 +2,10 @@ package aws import ( "fmt" - "github.com/aws/aws-sdk-go/aws" "regexp" "testing" + "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/service/xray" "github.com/hashicorp/terraform-plugin-sdk/helper/acctest" "github.com/hashicorp/terraform-plugin-sdk/helper/resource"