Skip to content

Commit 032cba9

Browse files
committed
more_debug
1 parent c60ab14 commit 032cba9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_mig_cgibin_cat.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ def test_returns_file_output_with_single_file_match(self):
4747
for index, o in enumerate(output_objects):
4848
print("encountered output objects:")
4949
print("%d: %s" % (index, o['object_type']))
50+
error_object = [o for o in output_objects if o['object_type'] == 'error_text'][0]
51+
print("error object text: %s" % (error_object['text'],))
5052
raise
5153
output_obj = output_objects[0]
5254
self.assertEqual(output_obj['object_type'], 'file_output')

0 commit comments

Comments
 (0)