Commit 8ebd4f11ee7e79cc0a0e43214488593c3687e3b8

Authored by qa-user-1
1 parent 4a515402

fix_selection_bid_value

... ... @@ -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