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"
 							}
 						]
 					}