Repository: libcloud Updated Branches: refs/heads/trunk 954cd12fd -> 18487b291
fix test response namespace Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/18487b29 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/18487b29 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/18487b29 Branch: refs/heads/trunk Commit: 18487b291faa2436aad23d3f23aa9954159df2f2 Parents: 954cd12 Author: Anthony Shaw <[email protected]> Authored: Sat Apr 1 15:48:22 2017 +1100 Committer: Anthony Shaw <[email protected]> Committed: Sat Apr 1 15:48:22 2017 +1100 ---------------------------------------------------------------------- libcloud/test/compute/fixtures/ec2/modify_snapshot_attribute.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/18487b29/libcloud/test/compute/fixtures/ec2/modify_snapshot_attribute.xml ---------------------------------------------------------------------- diff --git a/libcloud/test/compute/fixtures/ec2/modify_snapshot_attribute.xml b/libcloud/test/compute/fixtures/ec2/modify_snapshot_attribute.xml index e812ea4..53ae551 100644 --- a/libcloud/test/compute/fixtures/ec2/modify_snapshot_attribute.xml +++ b/libcloud/test/compute/fixtures/ec2/modify_snapshot_attribute.xml @@ -1,4 +1,4 @@ -<ModifySnapshotAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2013-10-15/"> +<ModifySnapshotAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> <requestId>59dbff89-35bd-4eac-99ed-be587EXAMPLE</requestId> <return>true</return> </ModifySnapshotAttributeResponse>
