From 4ad57597f3fd22d1ae8171b64fde4b7803ac7b66 Mon Sep 17 00:00:00 2001 From: 1riatsila1 Date: Mon, 11 Nov 2024 11:48:39 +0400 Subject: [PATCH] merge stuff --- test/live/data-sources/group_test.go | 6 +++--- test/live/resources/group_test.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/live/data-sources/group_test.go b/test/live/data-sources/group_test.go index f70ce5e8..8013977f 100644 --- a/test/live/data-sources/group_test.go +++ b/test/live/data-sources/group_test.go @@ -4,9 +4,9 @@ import ( "regexp" "testing" - "github.com/aruba-uxi/terraform-provider-configuration/test/live/config" - "github.com/aruba-uxi/terraform-provider-configuration/test/live/provider" - "github.com/aruba-uxi/terraform-provider-configuration/test/live/util" + "github.com/aruba-uxi/terraform-provider-hpeuxi/test/live/config" + "github.com/aruba-uxi/terraform-provider-hpeuxi/test/live/provider" + "github.com/aruba-uxi/terraform-provider-hpeuxi/test/live/util" "github.com/hashicorp/terraform-plugin-testing/helper/resource" "github.com/nbio/st" ) diff --git a/test/live/resources/group_test.go b/test/live/resources/group_test.go index 2540b06f..fa992c25 100644 --- a/test/live/resources/group_test.go +++ b/test/live/resources/group_test.go @@ -5,7 +5,7 @@ import ( "regexp" "testing" - "github.com/aruba-uxi/terraform-provider-hpeuxi/test/live/config" + "github.com/aruba-uxi/terraform-provider-hpeuxi/test/live/config" "github.com/aruba-uxi/terraform-provider-hpeuxi/test/live/provider" "github.com/aruba-uxi/terraform-provider-hpeuxi/test/live/util" "github.com/hashicorp/terraform-plugin-testing/helper/resource"