[tor-commits] [ooni-probe/master] The front does not have the https:// prefix

art at torproject.org art at torproject.org
Sun Jul 10 20:22:57 UTC 2016


commit 1bec9f82d16522138dba7293eaee82fe1399d7be
Author: Arturo Filastò <arturo at filasto.net>
Date:   Tue Jun 21 16:50:02 2016 +0200

    The front does not have the https:// prefix
---
 ooni/tests/mocks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ooni/tests/mocks.py b/ooni/tests/mocks.py
index a377fba..c15beec 100644
--- a/ooni/tests/mocks.py
+++ b/ooni/tests/mocks.py
@@ -228,7 +228,7 @@ class MockBouncerClient(object):
                     {
                         'type': 'cloudfront',
                         'address': 'https://address.cloudfront.net',
-                        'front': 'https://front.cloudfront.net'
+                        'front': 'front.cloudfront.net'
                     },
                 ],
                 'test-helpers': test_helpers





More information about the tor-commits mailing list