mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fix typo
This commit is contained in:
parent
5cc9a77a89
commit
752c31722a
@ -162,7 +162,7 @@ def put_azure_file_content(filename, port, data):
|
||||
|
||||
blob_client = container_client.get_blob_client(filename)
|
||||
buf = io.BytesIO(data)
|
||||
blob_client.upload_blob(buf)g
|
||||
blob_client.upload_blob(buf)
|
||||
|
||||
|
||||
def test_backup_restore(cluster):
|
||||
|
Loading…
Reference in New Issue
Block a user