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 82e743e commit a4a6ed5Copy full SHA for a4a6ed5
tests/test_mig_cgibin_cat.py
@@ -61,8 +61,7 @@ def test_returns_file_output_with_single_file_match(self):
61
self.assertEqual(len(output_objects), 1)
62
except:
63
for index, o in enumerate(output_objects):
64
- print("encountered output objects:")
65
- print("%d: %s" % (index, o['object_type']))
+ print("%d: %s" % (index, o['output_type']))
66
raise
67
output_obj = output_objects[0]
68
self.assertEqual(output_obj['object_type'], 'file_output')
0 commit comments