From 8974cec27c634fe85bfffd1d8fb9019e35b8308c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Rosi=C5=84ski?= Date: Mon, 13 Sep 2021 22:04:17 +0200 Subject: Fix tutorial test --- cherrypy/test/test_tutorials.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cherrypy') diff --git a/cherrypy/test/test_tutorials.py b/cherrypy/test/test_tutorials.py index 39ca4d6f..409fb7c2 100644 --- a/cherrypy/test/test_tutorials.py +++ b/cherrypy/test/test_tutorials.py @@ -166,7 +166,7 @@ class TutorialTest(helper.CPWebCase): self.assertHeader('Content-Disposition', # Make sure the filename is quoted. 'attachment; filename="pdf_file.pdf"') - self.assertEqual(len(self.body), 85698) + self.assertEqual(len(self.body), 11961) def test10HTTPErrors(self): self.setup_tutorial('tut10_http_errors', 'HTTPErrorDemo') -- cgit v1.2.1