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 f9ecc2f commit 82e743eCopy full SHA for 82e743e
tests/test_mig_cgibin_cat.py
@@ -63,8 +63,6 @@ def test_returns_file_output_with_single_file_match(self):
63
for index, o in enumerate(output_objects):
64
print("encountered output objects:")
65
print("%d: %s" % (index, o['object_type']))
66
- error_object = [o for o in output_objects if o['object_type'] == 'error_text'][0]
67
- print("error object text: %s" % (error_object['text'],))
68
raise
69
output_obj = output_objects[0]
70
self.assertEqual(output_obj['object_type'], 'file_output')
0 commit comments