Skip to content

Commit 8182518

Browse files
committed
Fixed questionnaire test
Ver ietf-tools#970 - Legacy-Id: 5686
1 parent 519d628 commit 8182518

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ietf/nomcom/tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,7 @@ def add_questionnaire(self, *args, **kwargs):
467467
comments = 'test add questionnaire view'
468468

469469
test_data = {'comments': comments,
470-
'positions': [position.id],
471-
'nominees': [nominee.id]}
470+
'nominee': '%s_%s' % (position.id, nominee.id)}
472471

473472
response = self.client.post(self.add_questionnaire_url, test_data)
474473

0 commit comments

Comments
 (0)