mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
committed by
Maxime Beauchemin
parent
2b2c650040
commit
1eb0d0d835
@@ -84,9 +84,6 @@ class DruidTests(SupersetTestCase):
|
||||
def get_test_cluster_obj(self):
|
||||
return DruidCluster(
|
||||
cluster_name='test_cluster',
|
||||
coordinator_host='localhost',
|
||||
coordinator_endpoint='druid/coordinator/v1/metadata',
|
||||
coordinator_port=7979,
|
||||
broker_host='localhost',
|
||||
broker_port=7980,
|
||||
broker_endpoint='druid/v2',
|
||||
@@ -311,8 +308,6 @@ class DruidTests(SupersetTestCase):
|
||||
|
||||
cluster = DruidCluster(
|
||||
cluster_name='test_cluster',
|
||||
coordinator_host='localhost',
|
||||
coordinator_port=7979,
|
||||
broker_host='localhost',
|
||||
broker_port=7980,
|
||||
metadata_last_refreshed=datetime.now())
|
||||
|
||||
Reference in New Issue
Block a user