Skip to content

Instantly share code, notes, and snippets.

@hodgestar
Last active July 25, 2016 16:49
Show Gist options
  • Save hodgestar/c5db3f4dd610b6a0abd633781425fd45 to your computer and use it in GitHub Desktop.
Save hodgestar/c5db3f4dd610b6a0abd633781425fd45 to your computer and use it in GitHub Desktop.
Vumi test failures
vumi.transports.mxit.tests.test_mxit.TestMxitTransport.test_get_request_content_when_missing
===============================================================================
[ERROR]
Traceback (most recent call last):
File "/home/travis/build/praekelt/vumi/vumi/transports/mxit/tests/test_mxit.py", line 103, in test_get_request_data
req = Request(None, True)
File "/home/travis/env-pypy-4.0.1/site-packages/twisted/web/http.py", line 612, in __init__
self.transport = self.channel.transport
exceptions.AttributeError: 'NoneType' object has no attribute 'transport'
@hodgestar
Copy link
Author

Are these maybe related to a new Twisted release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment