File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
openstack/compute/v2/hypervisors/testing Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments