Skip to content

Commit 527be08

Browse files
fix
1 parent 0da0966 commit 527be08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from holoviz_mcp.cli import OutputFormat
1212
from holoviz_mcp.cli import app
1313

14-
runner = CliRunner(env={"COLUMNS": "200"})
14+
runner = CliRunner(env={"COLUMNS": "200", "NO_COLOR": "1"})
1515

1616

1717
# ══════════════════════════════════════════════════════════════════════════════

0 commit comments

Comments
 (0)