Fix REST API for RepositoryInfoResource

Review Request #1631 — Created June 1, 2010 and submitted — Latest diff uploaded

Information

Review Board

Reviewers

Accessing a repository's info through the REST API was resulting in an exception due to a missing argument to get_object(). 
RepositoryInfoResource was also missing some required variables that get_object() needed.
Added a unit test for RepositoryInfoResource

Changes between revision 2 and 3

orig
1
2
3
reviewboard/webapi/tests.py
Loading...