Revert minor changes to s3 tests
This commit is contained in:
parent
77f0a61c9f
commit
e67a8c6f1b
@ -101,3 +101,6 @@ def test_s3_default_storage_class():
|
||||
|
||||
# tests that the default storage class is still STANDARD
|
||||
list_of_objects["Contents"][0]["StorageClass"].should.equal("STANDARD")
|
||||
|
||||
|
||||
|
||||
|
@ -23,6 +23,7 @@ def test_force_ignore_subdomain_for_bucketnames():
|
||||
del(os.environ['S3_IGNORE_SUBDOMAIN_BUCKETNAME'])
|
||||
|
||||
|
||||
|
||||
def test_versioned_key_store():
|
||||
d = _VersionedKeyStore()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user