commit | 7aca3cb86f97a291267077b42e1e48bb82c6b747 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Thu Sep 25 13:31:20 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Thu Sep 25 13:31:20 2014 -0400 |
tree | 901a45ed0fb24150f15338a318120ae98e850c54 | |
parent | f57381e3abf693028ef13cdd87f1a05f63689e02 [diff] [blame] |
Use links to page Flavors, not marker.
diff --git a/openstack/compute/v2/flavors/requests_test.go b/openstack/compute/v2/flavors/requests_test.go index a66b54c..e1b6b4f 100644 --- a/openstack/compute/v2/flavors/requests_test.go +++ b/openstack/compute/v2/flavors/requests_test.go
@@ -53,7 +53,8 @@ ], "flavors_links": [ { - "href": "%s/flavors?marker=2" + "href": "%s/flavors/detail?marker=2", + "rel": "next" } ] }