Skip to content

Commit 854f812

Browse files
author
Serhij Andreev
committed
Merge branch 'revert-d902fcf6' into 'master'
Revert "Merge branch 'auction_flag' into 'master'" See merge request cdb/openprocurement.api!250
2 parents 4dacf83 + ab14fe3 commit 854f812

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/openprocurement/tender/core/validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def validate_tender_auction_data(request):
191191
if (
192192
SANDBOX_MODE
193193
and tender.submissionMethodDetails
194-
and tender.submissionMethodDetails.endswith((u"quick(mode:no-auction)", u"quick(mode:fast-forward)"))
194+
and tender.submissionMethodDetails in [u"quick(mode:no-auction)", u"quick(mode:fast-forward)"]
195195
):
196196
if tender.lots:
197197
data["lots"] = [

0 commit comments

Comments
 (0)