test_for_basic_auth_registry: some comments removed per code review

This commit is contained in:
Ilya Golshtein 2023-06-14 15:55:44 +00:00
parent 9f6ab5e816
commit c8347bd313

View File

@ -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}