commit a316083e1a3a9eedcc6aa5d27c053f4974f8cf39 Author: Isis Lovecruft isis@torproject.org Date: Tue Nov 28 02:33:05 2017 +0000
Fix failing unittest after #24433 merge. --- bridgedb/test/test_distributors_moat_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bridgedb/test/test_distributors_moat_server.py b/bridgedb/test/test_distributors_moat_server.py index 2145541..95796d1 100644 --- a/bridgedb/test/test_distributors_moat_server.py +++ b/bridgedb/test/test_distributors_moat_server.py @@ -882,7 +882,7 @@ class CaptchaCheckResourceTests(unittest.TestCase): 'transport': 'obfs4', 'challenge': challenge, 'solution': self.solution, - 'qrcode': True, + 'qrcode': 'true', }] } encoded_data = json.dumps(data)