Exportation qualification ES en bloc
This commit is contained in:
parent
0bd12de346
commit
8205ce4a94
4 changed files with 14 additions and 14 deletions
|
|
@ -107,8 +107,8 @@ class StagesTests(TestCase):
|
|||
response = self.client.get(reverse('general-export'))
|
||||
self.assertEqual(response.status_code, 200)
|
||||
|
||||
def test_export_qualif_ede(self):
|
||||
response = self.client.get(reverse('export-qualif', args=['ede']))
|
||||
def test_export_qualif(self):
|
||||
response = self.client.get(reverse('export-qualif'))
|
||||
self.assertEqual(response.status_code, 200)
|
||||
|
||||
def test_export_sap(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue