Showing
2 changed files
with
1 additions
and
8 deletions
... | ... | @@ -202,7 +202,7 @@ def test_question_answer_data(): |
202 | 202 | }) |
203 | 203 | |
204 | 204 | |
205 | -def test_complaint_data(lot=False): | |
205 | +def test_complaint_data(): | |
206 | 206 | data = munchify({ |
207 | 207 | "data": { |
208 | 208 | "author": fake.procuringEntity(), |
... | ... | @@ -210,8 +210,6 @@ def test_complaint_data(lot=False): |
210 | 210 | "title": fake.title() |
211 | 211 | } |
212 | 212 | }) |
213 | - if lot: | |
214 | - data = test_lot_complaint_data(data) | |
215 | 213 | return data |
216 | 214 | |
217 | 215 | |
... | ... | @@ -349,10 +347,6 @@ def test_lot_document_data(document, lot_id): |
349 | 347 | return munchify(document) |
350 | 348 | |
351 | 349 | |
352 | -def test_lot_complaint_data(complaint, lot_id): | |
353 | - complaint.data.update({"complaintOf": "lot", "relatedItem": lot_id}) | |
354 | - return munchify(complaint) | |
355 | - | |
356 | 350 | |
357 | 351 | def test_tender_data_openua(params): |
358 | 352 | accelerator = params['intervals']['accelerator'] | ... | ... |
Please
register
or
login
to post a comment