Skip to content

Commit f93bb97

Browse files
committed
Update test to 'truncated' message.
1 parent b71c728 commit f93bb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: supervisor/tests/test_http.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def test_handle_more(self):
148148
tmpfile.flush()
149149

150150
result = producer.more()
151-
self.assertEqual(result, '==> File truncated <==\n')
151+
self.assertEqual(result, b'==> File truncated <==\n')
152152

153153
def test_handle_more_fd_closed(self):
154154
request = DummyRequest('/logtail/foo', None, None, None)

0 commit comments

Comments
 (0)