mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-06-29 19:51:08 +02:00
Translate borrows
This commit is contained in:
@ -55,10 +55,10 @@ class TemplateTests(TestCase):
|
||||
), data=data)
|
||||
self.assertEqual(response.status_code, 302)
|
||||
|
||||
def test_comic_emprunt_changelist(self):
|
||||
response = self.client.get(reverse('admin:media_emprunt_changelist'))
|
||||
def test_comic_borrow_changelist(self):
|
||||
response = self.client.get(reverse('admin:media_borrow_changelist'))
|
||||
self.assertEqual(response.status_code, 200)
|
||||
|
||||
def test_comic_emprunt_add(self):
|
||||
response = self.client.get(reverse('admin:media_emprunt_add'))
|
||||
def test_comic_borrow_add(self):
|
||||
response = self.client.get(reverse('admin:media_borrow_add'))
|
||||
self.assertEqual(response.status_code, 200)
|
||||
|
Reference in New Issue
Block a user