forked from openlp/openlp
fix
This commit is contained in:
parent
dbf2330896
commit
c6d6be30c6
@ -92,7 +92,6 @@ class TestRouter(TestCase, TestMixin):
|
|||||||
Test the router control functionality
|
Test the router control functionality
|
||||||
"""
|
"""
|
||||||
# GIVEN: A testing set of Routes
|
# GIVEN: A testing set of Routes
|
||||||
#router = HttpRouter()
|
|
||||||
mocked_function = MagicMock()
|
mocked_function = MagicMock()
|
||||||
test_route = [
|
test_route = [
|
||||||
(r'^/stage/api/poll$', {'function': mocked_function, 'secure': False}),
|
(r'^/stage/api/poll$', {'function': mocked_function, 'secure': False}),
|
||||||
|
Loading…
Reference in New Issue
Block a user