typo in test_multi_groups

add multiple groups, not users
This commit is contained in:
Min RK
2018-04-13 21:01:48 +02:00
parent afbf867169
commit b6d9f89518

View File

@@ -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