mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 05:53:00 +00:00
Merge pull request #1983 from willingc/test-tilde
add test case for user with tilde
This commit is contained in:
@@ -154,6 +154,8 @@ def test_external_proxy(request):
|
|||||||
'zoe',
|
'zoe',
|
||||||
'50fia',
|
'50fia',
|
||||||
'秀樹',
|
'秀樹',
|
||||||
|
'~TestJH',
|
||||||
|
'has@',
|
||||||
])
|
])
|
||||||
def test_check_routes(app, username, disable_check_routes):
|
def test_check_routes(app, username, disable_check_routes):
|
||||||
proxy = app.proxy
|
proxy = app.proxy
|
||||||
|
Reference in New Issue
Block a user