Commit dcf62fb340a88cc8c47609ed084d305312669998

Authored by Leits
1 parent aadb6358

Fix bid with meat params

... ... @@ -468,7 +468,7 @@ def test_bid_data(mode):
468 468 else:
469 469 bid.data.update(test_bid_value())
470 470 if mode == 'meat':
471   - bid.update(test_bid_params())
  471 + bid.data.update(test_bid_params())
472 472 return bid
473 473
474 474
... ...
Please register or login to post a comment