Improve implementation coverage

This commit is contained in:
Bert Blommers 2020-06-06 13:15:50 +01:00
commit 20784a2d67
7 changed files with 378 additions and 67 deletions

View file

@ -4364,7 +4364,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")