From 8d1a89b0e22756f2d114baf6a5c9954f62abf201 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Thu, 19 Oct 2023 21:40:38 +0100 Subject: [PATCH] goimports --- internal/services/applications/application_resource_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/services/applications/application_resource_test.go b/internal/services/applications/application_resource_test.go index 8c50f7ad83..3e8b9b21a6 100644 --- a/internal/services/applications/application_resource_test.go +++ b/internal/services/applications/application_resource_test.go @@ -6,7 +6,6 @@ package applications_test import ( "context" "fmt" - "github.com/hashicorp/terraform-provider-azuread/internal/services/applications/parse" "net/http" "regexp" "testing" @@ -17,6 +16,7 @@ import ( "github.com/hashicorp/terraform-provider-azuread/internal/acceptance" "github.com/hashicorp/terraform-provider-azuread/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azuread/internal/clients" + "github.com/hashicorp/terraform-provider-azuread/internal/services/applications/parse" ) type ApplicationResource struct{}