Showing
1 changed file
with
3 additions
and
3 deletions
... | ... | @@ -82,11 +82,11 @@ def test_tender_data(): |
82 | 82 | } |
83 | 83 | ], |
84 | 84 | "enquiryPeriod": { |
85 | - "endDate": (now + timedelta(minutes=3)).isoformat() | |
85 | + "endDate": (now + timedelta(minutes=1)).isoformat() | |
86 | 86 | }, |
87 | 87 | "tenderPeriod": { |
88 | - "startDate": (now + timedelta(minutes=5)).isoformat(), | |
89 | - "endDate": (now + timedelta(minutes=7)).isoformat() | |
88 | + "startDate": (now + timedelta(minutes=2)).isoformat(), | |
89 | + "endDate": (now + timedelta(minutes=3)).isoformat() | |
90 | 90 | } |
91 | 91 | } |
92 | 92 | ... | ... |
Please
register
or
login
to post a comment