mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 23:13:00 +00:00
test: MockHub default allow_all=True
not unconditional
This commit is contained in:
@@ -475,6 +475,7 @@ async def test_user_creation(tmpdir, request):
|
||||
]
|
||||
|
||||
cfg = Config()
|
||||
cfg.Authenticator.allow_all = False
|
||||
cfg.Authenticator.allowed_users = allowed_users
|
||||
cfg.JupyterHub.load_groups = groups
|
||||
cfg.JupyterHub.load_roles = roles
|
||||
|
Reference in New Issue
Block a user