1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 00:00:00 +00:00

[tests] add web api test for avatar service

This commit is contained in:
Chilledheart
2014-08-28 10:01:16 +08:00
committed by lins05
parent e65248bcc2
commit 913dcf694a
3 changed files with 38 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ GROUP_URL = BASE_URL + u'/api2/group/'
GROUPS_URL = BASE_URL + u'/api2/groups/'
GROUPMSGS_URL = BASE_URL + u'/api2/group/msgs/'
GROUPMSGS_NREPLY_URL = BASE_URL + u'/api2/new_replies/'
AVATAR_BASE_URL = BASE_URL + u'/api2/avatars/'
STARREDFILES_URL = BASE_URL + u'/api2/starredfiles/'