]> source.dussan.org Git - gitea.git/commit
Fix 500 for GET /teams/:id endpoints (#1811)
authorEthan Koenig <etk39@cornell.edu>
Fri, 26 May 2017 13:15:45 +0000 (09:15 -0400)
committerBo-Yi Wu <appleboy.tw@gmail.com>
Fri, 26 May 2017 13:15:45 +0000 (08:15 -0500)
commit7e6ff69c00119f5bd5977bc4b5a561fe606e15e4
tree303af668116af069f6091113ae1a9d9b9023a9fe
parent3611a3e5529329c9ab1a137c0930199959a40e71
Fix 500 for GET /teams/:id endpoints (#1811)

* Fix 500 for GET /teams/:id endpoints

* Integration test for GET /team/:id

* Clean up integration test
integrations/api_team_test.go [new file with mode: 0644]
models/fixtures/user.yml
routers/api/v1/api.go