mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 13:33:00 +00:00
Reduce the number of endpoints that expose auth_state
This commit is contained in:
@@ -201,7 +201,6 @@ def test_get_users(app):
|
||||
'admin': True,
|
||||
'server': None,
|
||||
'pending': None,
|
||||
'auth_state': None,
|
||||
},
|
||||
{
|
||||
'kind': 'user',
|
||||
@@ -210,7 +209,6 @@ def test_get_users(app):
|
||||
'admin': False,
|
||||
'server': None,
|
||||
'pending': None,
|
||||
'auth_state': None,
|
||||
}
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user