commit | 6cc00704bef92e4322336a584a382a4cacf4555f | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Fri Oct 03 14:00:26 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Fri Oct 03 14:00:26 2014 -0400 |
tree | d58ca5d776d77281f441dc192b8bf1b8ea6f2002 | |
parent | a1fb134e71523ef27f77f15cc963772e2cdba3aa [diff] [blame] |
Openstack client tests now pass again.
diff --git a/openstack/client_test.go b/openstack/client_test.go index dd39e77..7a350d0 100644 --- a/openstack/client_test.go +++ b/openstack/client_test.go
@@ -93,12 +93,12 @@ }) testhelper.Mux.HandleFunc("/v2.0/tokens", func(w http.ResponseWriter, r *http.Request) { - w.WriteHeader(http.StatusCreated) fmt.Fprintf(w, ` { "access": { "token": { - "id": "01234567890" + "id": "01234567890", + "expires": "2014-10-01T10:00:00.000000Z" }, "serviceCatalog": [ {