Commit 705079e325a8e67de6d4207b520245cd3e2993db

Authored by ivanka12
Committed by GitHub
2 parents 62434ea2 175809db

Merge pull request #75 from openprocurement/master

 change generation of seconds for agreementDuration
@@ -624,7 +624,7 @@ def test_tender_data_framework_agreement(params, submissionMethodDetails): @@ -624,7 +624,7 @@ def test_tender_data_framework_agreement(params, submissionMethodDetails):
624 days=fake.random_int(min=1, max=6), 624 days=fake.random_int(min=1, max=6),
625 hours=fake.random_int(min=1, max=20), 625 hours=fake.random_int(min=1, max=20),
626 minutes=fake.random_int(min=1, max=50), 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 return data 629 return data
630 630
Please register or login to post a comment