We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d7d513 commit 0c8d49bCopy full SHA for 0c8d49b
test/test_daemon.py
@@ -45,4 +45,4 @@ def test_telemetry_prometheus_endpoint(daemon_runner, data_dir):
45
os_signal = signal.SIGTERM
46
if platform.system() != "Windows":
47
os_signal = signal.SIGKILL
48
- os.kill(daemon_runner.pid, os_signal)
+ os.kill(daemon_runner.process.pid, os_signal)
0 commit comments