Commit 175809db174c2c8d0b48ce29fa1c852fec51a663
Committed by
GitHub
Merge pull request #1013 from ivanka12/master
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 | 623 | days=fake.random_int(min=1, max=6), |
624 | 624 | hours=fake.random_int(min=1, max=20), |
625 | 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 | 628 | return data |
629 | 629 | ... | ... |
Please
register
or
login
to post a comment