summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/unit/proxy/controllers/test_obj.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/proxy/controllers/test_obj.py b/test/unit/proxy/controllers/test_obj.py
index bf32a059a..79753e00b 100644
--- a/test/unit/proxy/controllers/test_obj.py
+++ b/test/unit/proxy/controllers/test_obj.py
@@ -4959,6 +4959,7 @@ class TestECObjController(ECObjectControllerMixin, unittest.TestCase):
resp_body += b''.join(resp.app_iter)
# we log errors
log_lines = self.app.logger.get_lines_for_level('error')
+ self.assertTrue(log_lines)
for line in log_lines:
self.assertIn('ChunkWriteTimeout fetching fragments', line)
# client gets a short read