This commit is contained in:
Tim Bentley 2014-05-07 21:38:34 +01:00
parent dbf2330896
commit c6d6be30c6

View File

@ -92,7 +92,6 @@ class TestRouter(TestCase, TestMixin):
Test the router control functionality
"""
# GIVEN: A testing set of Routes
#router = HttpRouter()
mocked_function = MagicMock()
test_route = [
(r'^/stage/api/poll$', {'function': mocked_function, 'secure': False}),