Skip to content

Commit 1c5685c

Browse files
author
johndelcastillo
committed
fix
1 parent 8886b88 commit 1c5685c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def e2e(ccm_cluster: TestCluster, prometheus: PrometheusInstance, **kwargs):
6868
for node in ccm_cluster.nodelist():
6969
logger.info('Node %s cassandra-exporter running on http://%s', node.name, node.exporter_address)
7070

71-
logger.info("Prometheus running on: http://%s", prometheus.listen_address)
71+
logger.info("Prometheus running on: https://%s", prometheus.listen_address)
7272

7373
input("Press any key to stop cluster...")
7474

0 commit comments

Comments
 (0)