Parcourir la source

Fix the unit test

Gu1 il y a 11 ans
Parent
commit
eaedb81cc2
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      test_ffdnispdb.py

+ 2 - 1
test_ffdnispdb.py

@@ -21,7 +21,8 @@ class TestCase(unittest.TestCase):
         db.drop_all()
 
     def test_projectform(self):
-        resp = self.app.post('/create/form', data={
+        resp = self.app.post('/isp/create/form', data={
+            'tech_email': 'admin@isp.com',
             'name': 'Test',
             'step': '1',
             'covered_areas-0-name': 'Somewhere over the rainbow',