From 7317bb269cd2ff477f8fcba1a51bc9322db76012 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 7 Jul 2025 14:31:34 -0400 Subject: [PATCH] Use `._supervise._shutdown_msg` in tooling test --- tests/devx/test_tooling.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/devx/test_tooling.py b/tests/devx/test_tooling.py index c1bb8692..888e9e16 100644 --- a/tests/devx/test_tooling.py +++ b/tests/devx/test_tooling.py @@ -116,9 +116,11 @@ def test_shield_pause( child.pid, signal.SIGINT, ) + from tractor._supervise import _shutdown_msg expect( child, - 'Shutting down actor runtime', + # 'Shutting down actor runtime', + _shutdown_msg, timeout=6, ) assert_before(