mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Automatic style fix
This commit is contained in:
parent
4c61ec2fad
commit
6bf48796a9
@ -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"),
|
||||
]:
|
||||
|
Loading…
Reference in New Issue
Block a user