Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -507,7 +507,7 @@ def test_bid_data_selection(data, index): |
507 | 507 | }) |
508 | 508 | bid.data['status'] = 'draft' |
509 | 509 | bid.data['parameters'] = data['agreements'][0]['contracts'][index]['parameters'] |
510 | - bid.data['lotValues'] = [test_bid_value(data['lots'][0]['value']['amount'])] | |
510 | + bid.data['lotValues'] = [test_bid_value(data['agreements'][0]['contracts'][index]['value']['amount'])] | |
511 | 511 | return bid |
512 | 512 | |
513 | 513 | ... | ... |
Please
register
or
login
to post a comment