Update test.py

This commit is contained in:
Kseniia Sumarokova 2021-11-10 17:21:25 +03:00 committed by GitHub
parent a18fd8bdfc
commit f3dc7c0e5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ import os
import pytest
from helpers.cluster import ClickHouseCluster
from pyhdfs import HdfsClient
cluster = ClickHouseCluster(__file__)
node1 = cluster.add_instance('node1', with_hdfs=True)