Merge pull request #3053 from bblommers/impl_coverage_improv
Improve implementation coverage
This commit is contained in:
commit
46f6f7822f
7 changed files with 378 additions and 67 deletions
|
|
@ -4380,7 +4380,7 @@ def test_s3_config_dict():
|
|||
|
||||
# With 1 bucket in us-west-2:
|
||||
s3_config_query.backends["global"].create_bucket("bucket1", "us-west-2")
|
||||
s3_config_query.backends["global"].put_bucket_tags("bucket1", tags)
|
||||
s3_config_query.backends["global"].put_bucket_tagging("bucket1", tags)
|
||||
|
||||
# With a log bucket:
|
||||
s3_config_query.backends["global"].create_bucket("logbucket", "us-west-2")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue