Link -> gophercloud.Link in apiversions
diff --git a/openstack/orchestration/v1/apiversions/requests_test.go b/openstack/orchestration/v1/apiversions/requests_test.go
index 5184864..a2fc980 100644
--- a/openstack/orchestration/v1/apiversions/requests_test.go
+++ b/openstack/orchestration/v1/apiversions/requests_test.go
@@ -5,6 +5,7 @@
"net/http"
"testing"
+ "github.com/rackspace/gophercloud"
"github.com/rackspace/gophercloud/pagination"
th "github.com/rackspace/gophercloud/testhelper"
fake "github.com/rackspace/gophercloud/testhelper/client"
@@ -52,9 +53,9 @@
APIVersion{
Status: "CURRENT",
ID: "v1.0",
- Links: []Link{
- Link{
- HRef: "http://23.253.228.211:8000/v1",
+ Links: []gophercloud.Link{
+ gophercloud.Link{
+ Href: "http://23.253.228.211:8000/v1",
Rel: "self",
},
},