Skip to content

Commit 038a601

Browse files
committed
Added/Updated tests\functional\tabloid\test_dbp_1940_20040130_1740.py: added combine_output in order to see STDERR content
1 parent 8dfbf68 commit 038a601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/tabloid/test_dbp_1940_20040130_1740.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,5 @@
134134
@pytest.mark.version('>=3.0')
135135
def test_1(act: Action):
136136
act.expected_stdout = expected_stdout
137-
act.execute()
137+
act.execute(combine_output = True)
138138
assert act.clean_stdout == act.clean_expected_stdout

0 commit comments

Comments
 (0)