Loading
Fix type issue for moat response
Fixing the following...
Traceback (most recent call last):
File "/home/atagar/Desktop/tor/bridgedb/bridgedb/test/test_distributors_moat_server.py", line 298, in test_getChild
self.assertIn('does not implement GET http://dummy/', detail)
File "/usr/local/lib/python3.5/dist-packages/twisted/trial/_synctest.py", line 492, in assertIn
% (containee, container))
twisted.trial.unittest.FailTest: 'does not implement GET http://dummy/' not in "moat version 0.1.0 does not implement b'GET' b'http://dummy/'"
Test results changed as follows...
before: FAILED (skips=115, failures=20, successes=849)
after: FAILED (skips=115, failures=19, successes=850)