Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Mar 25, 2024
1 parent 4c8262e commit 4685ab6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lemarche/tenders/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,12 @@ def setUp(cls):
"tendersiae_set-MAX_NUM_FORMS": "1000",
"tendersiae_set-__prefix__-id": "",
"tendersiae_set-__prefix__-text": "",
"tendersiae_set-2-TOTAL_FORMS": "0",
"tendersiae_set-2-INITIAL_FORMS": "0",
"tendersiae_set-2-MIN_NUM_FORMS": "0",
"tendersiae_set-2-MAX_NUM_FORMS": "1000",
"tendersiae_set-2-__prefix__-id": "",
"tendersiae_set-2-__prefix__-text": "",
}
for key, value in cls.form_data.items():
if value is None:
Expand Down

0 comments on commit 4685ab6

Please sign in to comment.