Automatic style fix

This commit is contained in:
robot-clickhouse 2023-03-28 07:29:36 +00:00
parent 4c61ec2fad
commit 6bf48796a9

View File

@ -107,7 +107,7 @@ def started_cluster():
def test_with_invalid_environment_credentials(started_cluster):
instance = started_cluster.instances["s3_with_invalid_environment_credentials"]
for (bucket, auth) in [
for bucket, auth in [
(started_cluster.minio_restricted_bucket, "'minio', 'minio123'"),
(started_cluster.minio_bucket, "NOSIGN"),
]: