From f726ef86de333d7bd2b724d0cf255f238137799b Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 29 Mar 2018 21:33:18 +0545 Subject: [PATCH] tests: first_stage_test regression due to 1ff27ada4973f50682386a7ce1eb4d7b6c77003a --- tests/first_stage_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/first_stage_test.py b/tests/first_stage_test.py index ba12137d..d868f8b5 100644 --- a/tests/first_stage_test.py +++ b/tests/first_stage_test.py @@ -17,7 +17,7 @@ class CommandLineTest(testlib.RouterMixin, testlib.TestCase): # * 3.x starting 2.7 def test_valid_syntax(self): - stream = mitogen.parent.Stream(self.router, 0) + stream = mitogen.parent.Stream(self.router, 0, max_message_size=123) args = stream.get_boot_command() # Executing the boot command will print "EC0" and expect to read from