Commit 3a2a6c0
committed
test: fix test_bad_config failure due to Click 8.2.0 breaking change
Fix test failure in test_bad_config caused by Click 8.2.0+ behavior
change. Click 8.2.0+ now keeps stdout and stderr streams separate by
default.
Maintains backward compatibility with existing test assertions.1 parent 655b218 commit 3a2a6c0
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
0 commit comments