Last active
July 25, 2016 16:49
-
-
Save hodgestar/c5db3f4dd610b6a0abd633781425fd45 to your computer and use it in GitHub Desktop.
Vumi test failures
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are these maybe related to a new Twisted release?