[tor-commits] [ooni-probe/master] Point the http header field manipulation test to a working backend
art at torproject.org
art at torproject.org
Wed Feb 4 13:27:15 UTC 2015
commit 8330d9fc5699242890cfb1cb2ceab7b544511993
Author: Arturo Filastò <art at fuffa.org>
Date: Thu Jan 15 14:13:42 2015 +0100
Point the http header field manipulation test to a working backend
---
ooni/tests/test_oonicli.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ooni/tests/test_oonicli.py b/ooni/tests/test_oonicli.py
index a01aade..2ca94e3 100644
--- a/ooni/tests/test_oonicli.py
+++ b/ooni/tests/test_oonicli.py
@@ -163,7 +163,7 @@ class TestRunDirector(ConfigTestCase):
assert 'total' in entry['tampering']
yield self.run_helper('manipulation/http_header_field_manipulation',
- ['-b', 'http://64.9.225.208'],
+ ['-b', 'http://4.15.35.157:80'],
verify_function)
@defer.inlineCallbacks
More information about the tor-commits
mailing list