Skip to content

Commit b6cbb00

Browse files
author
Brian Kohan
committed
fix #44 bug fix test
1 parent e3bff04 commit b6cbb00

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

django_typer/tests/tests.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,13 @@ def test_get_help_from_incongruent_path(self):
11781178
# to invoke help from there
11791179
os.chdir(top_dir)
11801180
result = subprocess.run(
1181-
[sys.executable, manage_py.absolute(), "groups", "--help"],
1181+
[
1182+
sys.executable,
1183+
manage_py.absolute(),
1184+
"groups",
1185+
"--no-color",
1186+
"--help",
1187+
],
11821188
capture_output=True,
11831189
text=True,
11841190
env=os.environ,

0 commit comments

Comments
 (0)