mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2024-12-29 16:41:56 +00:00
更正公告API测试的名称
This commit is contained in:
parent
006ed117f1
commit
4548ffd617
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user