From 84c809eee2cd3d7ae263227ebf1cfb14aa490551 Mon Sep 17 00:00:00 2001 From: Lorenze Jay Date: Mon, 24 Feb 2025 11:05:47 -0800 Subject: [PATCH] dropped comment --- tests/crew_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/crew_test.py b/tests/crew_test.py index c623c4315..8f9f69deb 100644 --- a/tests/crew_test.py +++ b/tests/crew_test.py @@ -863,7 +863,7 @@ def test_crew_verbose_output(capsys): for line in captured.out.split("\n") if not line.startswith("[") and line.strip() and not line.startswith("\x1b") ) - assert filtered_output == "" # No output when verbose is False + assert filtered_output == "" @pytest.mark.vcr(filter_headers=["authorization"])