Skip to content

Commit ff70cfc

Browse files
committed
fix CI test with no-color
1 parent 89ab188 commit ff70cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_typer/tests/tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1903,7 +1903,7 @@ def tearDown(self) -> None:
19031903
return super().tearDown()
19041904

19051905
def test_model_object_parser_metavar(self):
1906-
result = run_command("poll_as_option", "--help")
1906+
result = run_command("poll_as_option", "--help", "--no-color")
19071907
found = False
19081908
for line in result[0].splitlines():
19091909
if "--polls" in line:

0 commit comments

Comments
 (0)