Commit d21433e8c3d566397d98ed30810412dd34ab22fa
1 parent
488b9972
change generation of seconds for agreementDuration
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -623,7 +623,7 @@ def test_tender_data_framework_agreement(params, submissionMethodDetails): | @@ -623,7 +623,7 @@ def test_tender_data_framework_agreement(params, submissionMethodDetails): | ||
623 | days=fake.random_int(min=1, max=6), | 623 | days=fake.random_int(min=1, max=6), |
624 | hours=fake.random_int(min=1, max=20), | 624 | hours=fake.random_int(min=1, max=20), |
625 | minutes=fake.random_int(min=1, max=50), | 625 | minutes=fake.random_int(min=1, max=50), |
626 | - seconds=fake.random_int(min=1, max=60) | 626 | + seconds=fake.random_int(min=1, max=50) |
627 | ) | 627 | ) |
628 | return data | 628 | return data |
629 | 629 |
Please
register
or
login
to post a comment