We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98a1e5 commit c60ab14Copy full SHA for c60ab14
tests/test_mig_cgibin_cat.py
@@ -45,7 +45,8 @@ def test_returns_file_output_with_single_file_match(self):
45
self.assertEqual(len(output_objects), 1)
46
except:
47
for index, o in enumerate(output_objects):
48
- print("%d: %s" % (index, o['output_type']))
+ print("encountered output objects:")
49
+ print("%d: %s" % (index, o['object_type']))
50
raise
51
output_obj = output_objects[0]
52
self.assertEqual(output_obj['object_type'], 'file_output')
0 commit comments