Skip to content

Commit

Permalink
Add test for tenderPeriod
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-shchudlo committed Oct 2, 2017
1 parent 831b24d commit 8398abf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openprocurement/tender/esco/tests/tender.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class TestTenderEU(BaseESCOContentWebTest, TenderResourceTestMixin, TenderUAReso
test_tender_data['submissionMethodDetails'] = "quick(mode:no-auction)" # TODO: remove this line after adding auction
initial_data = test_tender_data
# for passing test from TenderUAResourceTestMixin
tender_period_days = 30
initial_data['minValue'] = {"amount": 0}
test_lots_data = test_lots
test_bids_data = test_bids
Expand Down

0 comments on commit 8398abf

Please sign in to comment.