We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f448c commit dc61b78Copy full SHA for dc61b78
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