commit | ae60961470c672444e9ab83a42b1ef849edfbdff | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Wed Sep 24 14:48:30 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Wed Sep 24 14:48:30 2014 -0400 |
tree | 5129cd16648668f1ea0b13f16a9fd2f23f38e6e8 | |
parent | 32be7e184dcafb050b960bb3eee5b6c954d62317 [diff] [blame] |
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: