Commit 705079e325a8e67de6d4207b520245cd3e2993db
Committed by
GitHub
Merge pull request #75 from openprocurement/master
change generation of seconds for agreementDuration
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -624,7 +624,7 @@ def test_tender_data_framework_agreement(params, submissionMethodDetails): |
624 | 624 | days=fake.random_int(min=1, max=6), |
625 | 625 | hours=fake.random_int(min=1, max=20), |
626 | 626 | minutes=fake.random_int(min=1, max=50), |
627 | - seconds=fake.random_int(min=1, max=60) | |
627 | + seconds=fake.random_int(min=1, max=50) | |
628 | 628 | ) |
629 | 629 | return data |
630 | 630 | ... | ... |
Please
register
or
login
to post a comment