mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
dropped comment
This commit is contained in:
@@ -863,7 +863,7 @@ def test_crew_verbose_output(capsys):
|
|||||||
for line in captured.out.split("\n")
|
for line in captured.out.split("\n")
|
||||||
if not line.startswith("[") and line.strip() and not line.startswith("\x1b")
|
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"])
|
@pytest.mark.vcr(filter_headers=["authorization"])
|
||||||
|
|||||||
Reference in New Issue
Block a user