Rename test_joarapi.py => test_legacy_api.py

This commit is contained in:
Jessica Tallon 2014-07-09 18:01:08 +01:00
parent f751d346cf
commit c9115b89c9

View File

@ -35,7 +35,8 @@ class TestAPI(object):
self.db = mg_globals.database
self.user_password = u'4cc355_70k3N'
self.user = fixture_add_user(u'joapi', self.user_password)
self.user = fixture_add_user(u'joapi', self.user_password,
privileges=[u'active',u'uploader'])
def login(self, test_app):
test_app.post(