From 506aefb917445b1f7623632aded3a4bc169e220e 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 c8cf4c8d..697b2bc1 100644 --- a/tests/devx/test_tooling.py +++ b/tests/devx/test_tooling.py @@ -121,9 +121,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(