mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 02:42:47 +00:00
update repo history api
add 'name' and 'contact_email' to result
This commit is contained in:
@@ -20,4 +20,4 @@ class RepoHistoryTest(BaseTestCase):
|
||||
resp = self.client.get(self.url)
|
||||
self.assertEqual(200, resp.status_code)
|
||||
json_resp = json.loads(resp.content)
|
||||
assert json_resp['data'][0]['creator'] == self.user_name
|
||||
assert json_resp['data'][0]['email'] == self.user_name
|
||||
|
Reference in New Issue
Block a user