Skip to content

Commit c60ab14

Browse files
committed
fixup
1 parent d98a1e5 commit c60ab14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_mig_cgibin_cat.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ def test_returns_file_output_with_single_file_match(self):
4545
self.assertEqual(len(output_objects), 1)
4646
except:
4747
for index, o in enumerate(output_objects):
48-
print("%d: %s" % (index, o['output_type']))
48+
print("encountered output objects:")
49+
print("%d: %s" % (index, o['object_type']))
4950
raise
5051
output_obj = output_objects[0]
5152
self.assertEqual(output_obj['object_type'], 'file_output')

0 commit comments

Comments
 (0)