Add flavors_links to the List result.
diff --git a/openstack/compute/v2/flavors/requests_test.go b/openstack/compute/v2/flavors/requests_test.go
index 7413a32..45e3e20 100644
--- a/openstack/compute/v2/flavors/requests_test.go
+++ b/openstack/compute/v2/flavors/requests_test.go
@@ -50,9 +50,14 @@
 								"ram": 1024,
 								"vcpus": 2
 							}
+						],
+						"flavors_links": [
+							{
+								"href": "%s/flavors?marker=2"
+							}
 						]
 					}
-				`)
+				`, testhelper.Server.URL)
 		case "2":
 			fmt.Fprintf(w, `{ "flavors": [] }`)
 		default: