[tor-commits] [ooni-probe/master] Fix typo in the meek tests

art at torproject.org art at torproject.org
Fri Nov 20 14:42:00 UTC 2015


commit 83e079312fed91ee24aec19a57691e0d67e39010
Author: Paul Wise <pabs3 at bonedaddy.net>
Date:   Thu Oct 15 17:31:09 2015 +0800

    Fix typo in the meek tests
    
    Signed-off-by: Isis Lovecruft <isis at torproject.org>
---
 ooni/nettests/blocking/meek_fronted_requests.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ooni/nettests/blocking/meek_fronted_requests.py b/ooni/nettests/blocking/meek_fronted_requests.py
index 3795008..2ccd72e 100644
--- a/ooni/nettests/blocking/meek_fronted_requests.py
+++ b/ooni/nettests/blocking/meek_fronted_requests.py
@@ -48,7 +48,7 @@ class meekTest(httpt.HTTPTest):
         """
 
         if self.input:
-           if (isinstance(self.input, tuple) or isinstace(self.input, list)):
+           if (isinstance(self.input, tuple) or isinstance(self.input, list)):
                self.domainName, self.header = self.input
            else:
                self.domainName, self.header = self.input.split(':')





More information about the tor-commits mailing list