Fix test case for ex_destroy_subnetwork Closes #974
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b439b161 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b439b161 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b439b161 Branch: refs/heads/trunk Commit: b439b161cdc1a795ad45cb4c72f146ae83cefc6e Parents: 1b7e87b Author: John Baublitz <[email protected]> Authored: Tue Jan 10 19:40:39 2017 -0500 Committer: Anthony Shaw <[email protected]> Committed: Tue Feb 21 17:25:33 2017 +0100 ---------------------------------------------------------------------- .../gce/regions_us-central1_subnetworks_cf_972cf02e6ad49112.json | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/b439b161/libcloud/test/compute/fixtures/gce/regions_us-central1_subnetworks_cf_972cf02e6ad49112.json ---------------------------------------------------------------------- diff --git a/libcloud/test/compute/fixtures/gce/regions_us-central1_subnetworks_cf_972cf02e6ad49112.json b/libcloud/test/compute/fixtures/gce/regions_us-central1_subnetworks_cf_972cf02e6ad49112.json index 855eda5..1b19b3d 100644 --- a/libcloud/test/compute/fixtures/gce/regions_us-central1_subnetworks_cf_972cf02e6ad49112.json +++ b/libcloud/test/compute/fixtures/gce/regions_us-central1_subnetworks_cf_972cf02e6ad49112.json @@ -1,4 +1,5 @@ { + "status": "DONE", "kind": "compute#subnetwork", "id": "4297043163355844284", "creationTimestamp": "2016-03-25T05:34:27.209-07:00",
