更正公告API测试的名称
This commit is contained in:
@@ -4,7 +4,7 @@ from django.core.urlresolvers import reverse
|
|||||||
from rest_framework.test import APITestCase, APIClient
|
from rest_framework.test import APITestCase, APIClient
|
||||||
|
|
||||||
|
|
||||||
class AbstractAnnouncementAPITest(APITestCase):
|
class AnnouncementAPITest(APITestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.client = APIClient()
|
self.client = APIClient()
|
||||||
self.url = reverse("announcement_api")
|
self.url = reverse("announcement_api")
|
||||||
|
|||||||
Reference in New Issue
Block a user