mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 06:52:59 +00:00
fix filter check in Proxy.check_routes
and test that check_routes works as intended
This commit is contained in:
@@ -47,7 +47,6 @@ def io_loop():
|
||||
@fixture(scope='module')
|
||||
def app(request):
|
||||
app = MockHub.instance(log_level=logging.DEBUG)
|
||||
print(app)
|
||||
app.start([])
|
||||
def fin():
|
||||
MockHub.clear_instance()
|
||||
|
Reference in New Issue
Block a user