mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03:02 +00:00
rename white/blacklist allowed/blocked
- group_whitelist -> allowed_groups still todo: handle deprecated signatures in check_whitelist methods while preserving subclass overrides
This commit is contained in:
@@ -93,7 +93,7 @@ def test_generate_config():
|
||||
os.remove(cfg_file)
|
||||
assert cfg_file in out
|
||||
assert 'Spawner.cmd' in cfg_text
|
||||
assert 'Authenticator.whitelist' in cfg_text
|
||||
assert 'Authenticator.allowed' in cfg_text
|
||||
|
||||
|
||||
async def test_init_tokens(request):
|
||||
|
Reference in New Issue
Block a user