[tor-commits] [bridgedb/develop] Change the requested pagename in CaptchaProtectedResourceTests unittests.
isis at torproject.org
isis at torproject.org
Wed Mar 26 05:49:31 UTC 2014
commit 25eb893487855f7449610c60895b7bd79f6458e3
Author: Isis Lovecruft <isis at torproject.org>
Date: Wed Mar 19 17:44:36 2014 +0000
Change the requested pagename in CaptchaProtectedResourceTests unittests.
---
lib/bridgedb/test/test_HTTPServer.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bridgedb/test/test_HTTPServer.py b/lib/bridgedb/test/test_HTTPServer.py
index e0c81f8..119d2fc 100644
--- a/lib/bridgedb/test/test_HTTPServer.py
+++ b/lib/bridgedb/test/test_HTTPServer.py
@@ -50,7 +50,7 @@ class CaptchaProtectedResourceTests(unittest.TestCase):
def setUp(self):
self.dist = None
self.sched = None
- self.pagename = b'somepage.html'
+ self.pagename = b'bridges.html'
self.root = Resource()
self.protectedResource = HTTPServer.WebResourceBridges(self.dist,
self.sched)
More information about the tor-commits
mailing list