We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd09f8 commit 3897dd2Copy full SHA for 3897dd2
tests/first_stage_test.py
@@ -243,6 +243,6 @@ def test_timeout_error(self):
243
self.assertEqual(0, proc.returncode)
244
self.assertEqual(stdout, mitogen.parent.BootstrapProtocol.EC0_MARKER + b("\n"))
245
self.assertIn(
246
- b("TimeoutError"),
+ b("Error -5 while decompressing data"),
247
stderr,
248
)
0 commit comments