tests: first_stage_test regression due to 1ff27ada49

pull/175/head
David Wilson 6 years ago
parent 40b978c9b7
commit f726ef86de

@ -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

Loading…
Cancel
Save