Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: third_party/boto/tests/unit/ec2/test_snapshot.py

Issue 698893003: Update checked in version of gsutil to version 4.6 (Closed) Base URL: http://dart.googlecode.com/svn/third_party/gsutil/
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/boto/tests/unit/ec2/test_snapshot.py
===================================================================
--- third_party/boto/tests/unit/ec2/test_snapshot.py (revision 33376)
+++ third_party/boto/tests/unit/ec2/test_snapshot.py (working copy)
@@ -28,12 +28,13 @@
<value>demo_db_14_backup</value>
</item>
</tagSet>
+ <encrypted>false</encrypted>
</item>
</snapshotSet>
</DescribeSnapshotsResponse>
"""
- def test_cancel_spot_instance_requests(self):
+ def test_describe_snapshots(self):
self.set_http_response(status_code=200)
response = self.service_connection.get_all_snapshots(['snap-1a2b3c4d', 'snap-9f8e7d6c'],
owner=['self', '111122223333'],
« no previous file with comments | « third_party/boto/tests/unit/ec2/test_networkinterface.py ('k') | third_party/boto/tests/unit/ec2/test_volume.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698