Merge pull request #3053 from bblommers/impl_coverage_improv

Improve implementation coverage
This commit is contained in:
Steve Pulec 2020-06-11 20:49:58 -05:00 committed by GitHub
commit 46f6f7822f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 378 additions and 67 deletions

View file

@ -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")