Browse Source

Fix the unit test

Gu1 11 years ago
parent
commit
eaedb81cc2
1 changed files with 2 additions and 1 deletions
  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',