Skip to content

Commit e223ba5

Browse files
committed
Fixed a test issue.
- Legacy-Id: 15098
1 parent 198c003 commit e223ba5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/nomcom/tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,6 @@ def nominate_newperson_view(self, *args, **kwargs):
694694

695695
# check objects
696696
email = Email.objects.get(address=candidate_email)
697-
Person.objects.get(name=candidate_name, address=candidate_email)
698697
nominee = Nominee.objects.get(email=email)
699698
NomineePosition.objects.get(position=position, nominee=nominee)
700699
feedback = Feedback.objects.filter(positions__in=[position],

0 commit comments

Comments
 (0)