Skip to content

Commit

Permalink
Resolved a506677439648195. Updated unit test for post bid message.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvizdyk committed Dec 20, 2017
1 parent 784a6f9 commit 24f8d28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions openprocurement/auction/insider/tests/unit/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,9 @@ def test_server_postbid_and_form_handler(app):
u'status': u'failed',
u'errors': {
u'bid': [
u"The amount you suggest should not be less than the greatest"
u" bid made during the previous stage."
u"Your bid should be greater than the one made by"
u" the sealed bid winner at least for one step"
u" (1% of the primary lot value)."
]
}
}
Expand Down

0 comments on commit 24f8d28

Please sign in to comment.