Rename `Info` to `Get`.
diff --git a/openstack/identity/v3/tokens/requests_test.go b/openstack/identity/v3/tokens/requests_test.go
index 97690a6..989c1c4 100644
--- a/openstack/identity/v3/tokens/requests_test.go
+++ b/openstack/identity/v3/tokens/requests_test.go
@@ -389,7 +389,7 @@
authTokenPostErr(t, options, scope, false, ErrScopeEmpty)
}
-func TestInfoRequest(t *testing.T) {
+func TestGetRequest(t *testing.T) {
testhelper.SetupHTTP()
defer testhelper.TeardownHTTP()
@@ -413,7 +413,7 @@
`)
})
- result, err := Info(&client, "abcdef12345")
+ result, err := Get(&client, "abcdef12345")
if err != nil {
t.Errorf("Info returned an error: %v", err)
}