更正公告API测试的名称

This commit is contained in:
hohoTT 2015-08-04 19:23:10 +08:00
parent 006ed117f1
commit 4548ffd617

View File

@ -4,7 +4,7 @@ from django.core.urlresolvers import reverse
from rest_framework.test import APITestCase, APIClient
class AbstractAnnouncementAPITest(APITestCase):
class AnnouncementAPITest(APITestCase):
def setUp(self):
self.client = APIClient()
self.url = reverse("announcement_api")