Skip to content

Commit

Permalink
fix: remove unneeded value from test post (#5045)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks authored Jan 31, 2023
1 parent b95f510 commit 413fd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/ipr/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ def test_edit_using_factory(self):
post_data = {
'iprdocrel_set-TOTAL_FORMS' : 1,
'iprdocrel_set-INITIAL_FORMS' : 0,
'iprdocrel_set-0-id': disclosure.pk,
'iprdocrel_set-0-id': '',
"iprdocrel_set-0-document": disclosure.docs.first().pk,
"iprdocrel_set-0-revisions": disclosure.docs.first().document.rev,
'holder_legal_name': disclosure.holder_legal_name,
Expand Down

0 comments on commit 413fd88

Please sign in to comment.