Update test.py

This commit is contained in:
Kseniia Sumarokova 2024-01-24 16:53:10 +01:00 committed by GitHub
parent 4b40b14bba
commit 50a0494df7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -463,8 +463,8 @@ def test_restart_broken_table_function(started_cluster):
instance = started_cluster.instances["node1"]
spark = started_cluster.spark_session
minio_client = started_cluster.minio_client
bucket = "broken"
TABLE_NAME = "test_restart_broken"
bucket = "broken2"
TABLE_NAME = "test_restart_broken_table_function"
if not minio_client.bucket_exists(bucket):
minio_client.make_bucket(bucket)