Skip to content

Commit a35d0de

Browse files
committed
test fix
Signed-off-by: Sai Shree Pradhan <saishree.pradhan@databricks.com>
1 parent 6f47cbf commit a35d0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/test_concurrent_telemetry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def execute_query_worker(thread_id):
7676

7777
time.sleep(random.uniform(0, 0.05))
7878

79-
with self.connection(extra_params={"enable_telemetry": True}) as conn:
79+
with self.connection(extra_params={"force_enable_telemetry": True}) as conn:
8080
# Capture the session ID from the connection before executing the query
8181
session_id_hex = conn.get_session_id_hex()
8282
with capture_lock:

0 commit comments

Comments
 (0)