commit | 2592f1f161534c5d7eac3df6435bdac7aa38157b | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Thu Nov 06 11:10:38 2014 +0100 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Fri Nov 07 14:02:00 2014 +0100 |
tree | 591f10119b451996905a58f47ae0033fa026d2eb | |
parent | 07cf0ea5a4ef3b72c0605cbe7494dd7951a7d9cc [diff] [blame] |
Fixes to fixture files
diff --git a/rackspace/lb/v1/lbs/fixtures.go b/rackspace/lb/v1/lbs/fixtures.go index 53f5334..64ec3c5 100644 --- a/rackspace/lb/v1/lbs/fixtures.go +++ b/rackspace/lb/v1/lbs/fixtures.go
@@ -81,7 +81,7 @@ `) w.Header().Add("Content-Type", "application/json") - w.WriteHeader(http.StatusOK) + w.WriteHeader(http.StatusAccepted) fmt.Fprintf(w, ` { @@ -253,7 +253,7 @@ } `) - w.WriteHeader(http.StatusOK) + w.WriteHeader(http.StatusAccepted) }) }