We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5c653 commit 248d0deCopy full SHA for 248d0de
1 file changed
tests/test_mcp_stdio_protection.py
@@ -78,6 +78,6 @@ def test_mcp_server_no_stdout_noise_on_clean_exit():
78
capture_output=True,
79
timeout=60,
80
)
81
- assert proc.stdout == b"", (
82
- f"stdout must be empty before the first JSON-RPC response, but got: {proc.stdout!r}"
83
- )
+ assert (
+ proc.stdout == b""
+ ), f"stdout must be empty before the first JSON-RPC response, but got: {proc.stdout!r}"
0 commit comments