Skip to content

Commit 0c8d49b

Browse files
author
rsora
committed
Extract pid value
1 parent 4d7d513 commit 0c8d49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_daemon.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ def test_telemetry_prometheus_endpoint(daemon_runner, data_dir):
4545
os_signal = signal.SIGTERM
4646
if platform.system() != "Windows":
4747
os_signal = signal.SIGKILL
48-
os.kill(daemon_runner.pid, os_signal)
48+
os.kill(daemon_runner.process.pid, os_signal)

0 commit comments

Comments
 (0)