Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -298,7 +298,7 @@ def test_bid_value(max_value_amount): | @@ -298,7 +298,7 @@ def test_bid_value(max_value_amount): | ||
| 298 | return munchify({ | 298 | return munchify({ |
| 299 | "value": { | 299 | "value": { |
| 300 | "currency": "UAH", | 300 | "currency": "UAH", |
| 301 | - "amount": round(random.uniform(1, max_value_amount), 2), | 301 | + "amount": round(random.uniform((0.95 * max_value_amount), max_value_amount), 2), |
| 302 | "valueAddedTaxIncluded": True | 302 | "valueAddedTaxIncluded": True |
| 303 | } | 303 | } |
| 304 | }) | 304 | }) |
Please
register
or
login
to post a comment