From a47898d7717cee506c34bac950a9faf49f33fa21 Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Tue, 16 Jun 2026 16:57:19 +0200 Subject: [PATCH] test(contract): tidy the purge provider-state no-op stub Round-2 style note: replace `return None` with a comment-only intentionally empty body for the _state_admin_can_purge stub. Co-Authored-By: Claude Opus 4.8 (1M context) --- tests/contract/test_mcp_provider_verification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/contract/test_mcp_provider_verification.py b/tests/contract/test_mcp_provider_verification.py index 64c47e77..0a606912 100644 --- a/tests/contract/test_mcp_provider_verification.py +++ b/tests/contract/test_mcp_provider_verification.py @@ -81,7 +81,7 @@ def _state_admin_can_purge() -> None: is registered so the dispatcher recognises the state by name rather than logging an "unhandled state" warning. """ - return None + # Intentionally empty: no live-stack state to set up yet (phase 4). _PROVIDER_STATES: dict[str, Callable[[], None]] = {