Fixed questionnaire test

Ver #970
 - Legacy-Id: 5686
This commit is contained in:
Emilio Jiménez 2013-04-24 06:15:31 +00:00
parent 519d628cde
commit 8182518242

View file

@ -467,8 +467,7 @@ class NomcomViewsTest(TestCase):
comments = 'test add questionnaire view'
test_data = {'comments': comments,
'positions': [position.id],
'nominees': [nominee.id]}
'nominee': '%s_%s' % (position.id, nominee.id)}
response = self.client.post(self.add_questionnaire_url, test_data)