We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198c003 commit e223ba5Copy full SHA for e223ba5
1 file changed
ietf/nomcom/tests.py
@@ -694,7 +694,6 @@ def nominate_newperson_view(self, *args, **kwargs):
694
695
# check objects
696
email = Email.objects.get(address=candidate_email)
697
- Person.objects.get(name=candidate_name, address=candidate_email)
698
nominee = Nominee.objects.get(email=email)
699
NomineePosition.objects.get(position=position, nominee=nominee)
700
feedback = Feedback.objects.filter(positions__in=[position],
0 commit comments