Skip to content

Commit 1476dae

Browse files
committed
trivial: Remove duplicate imports
Ahead of some large-scale rework here. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent 47b361b commit 1476dae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

openstack/compute/v2/hypervisors/testing/fixtures_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66
"testing"
77

88
"github.com/gophercloud/gophercloud/v2/openstack/compute/v2/hypervisors"
9-
"github.com/gophercloud/gophercloud/v2/testhelper"
109
th "github.com/gophercloud/gophercloud/v2/testhelper"
1110
"github.com/gophercloud/gophercloud/v2/testhelper/client"
1211
)
@@ -644,7 +643,7 @@ func HandleHypervisorListSuccessfully(t *testing.T) {
644643
switch r.URL.Query().Get("marker") {
645644
case "":
646645
w.Header().Add("Content-Type", "application/json")
647-
fmt.Fprintf(w, HypervisorListBodyPage1, testhelper.Server.URL)
646+
fmt.Fprintf(w, HypervisorListBodyPage1, th.Server.URL)
648647
case "c48f6247-abe4-4a24-824e-ea39e108874f":
649648
w.Header().Add("Content-Type", "application/json")
650649
fmt.Fprint(w, HypervisorListBodyPage2)

0 commit comments

Comments
 (0)