mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
test_for_basic_auth_registry: some comments removed per code review
This commit is contained in:
parent
9f6ab5e816
commit
c8347bd313
@ -38,16 +38,10 @@ def run_query(instance, query, data=None, settings=None):
|
||||
|
||||
return result
|
||||
|
||||
# reg_url="http://localhost:{}".format(started_cluster.schema_registry_port)
|
||||
# arg={'url':reg_url}
|
||||
# schema_registry_client = CachedSchemaRegistryClient(arg)
|
||||
|
||||
|
||||
def test_select(started_cluster):
|
||||
# type: (ClickHouseCluster) -> None
|
||||
|
||||
# input("Top of test_select, press any key")
|
||||
|
||||
reg_url = "http://localhost:{}".format(started_cluster.schema_registry_port)
|
||||
arg = {"url": reg_url}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user