Skip to content

Commit a4a6ed5

Browse files
committed
Revert "fixup"
This reverts commit c60ab14.
1 parent 82e743e commit a4a6ed5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_mig_cgibin_cat.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ def test_returns_file_output_with_single_file_match(self):
6161
self.assertEqual(len(output_objects), 1)
6262
except:
6363
for index, o in enumerate(output_objects):
64-
print("encountered output objects:")
65-
print("%d: %s" % (index, o['object_type']))
64+
print("%d: %s" % (index, o['output_type']))
6665
raise
6766
output_obj = output_objects[0]
6867
self.assertEqual(output_obj['object_type'], 'file_output')

0 commit comments

Comments
 (0)