mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 14:03:02 +00:00
typo in test_multi_groups
add multiple groups, not users
This commit is contained in:
@@ -1221,7 +1221,7 @@ def test_add_multi_group(app):
|
||||
assert names == r_names
|
||||
|
||||
# try to create the same groups again
|
||||
r = yield api_request(app, 'users', method='post',
|
||||
r = yield api_request(app, 'groups', method='post',
|
||||
data=json.dumps({'groups': names}),
|
||||
)
|
||||
assert r.status_code == 409
|
||||
|
Reference in New Issue
Block a user