Commit f46c94e8 authored by Denis Bilenko's avatar Denis Bilenko

fix TestBigChunks to be actually enabled

parent f64cb621
......@@ -361,7 +361,7 @@ class TestChunkedApp(TestCase):
class TestBigChunks(TestChunkedApp):
data = ['a' * 8192] * 3
chunks = ['a' * 8192] * 3
class TestChunkedPost(TestCase):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment