Add & fix urls naming

This commit is contained in:
Aurélien Delobelle 2018-01-22 21:53:19 +01:00
parent 0876a004e5
commit f8361b9114
4 changed files with 7 additions and 5 deletions

View file

@ -72,7 +72,7 @@ class UtilsViewTests(ViewTestCaseMixin, TestCase):
class MailingListDiffCof(ViewTestCaseMixin, TestCase):
url_name = 'gestioncof.views.liste_diffcof'
url_name = 'ml_diffcof'
url_expected = '/utile_cof/diff_cof'
auth_user = 'staff'