Skip to content

Commit

Permalink
update test data
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaksymiv committed Mar 17, 2016
1 parent d83809b commit 4d63e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openprocurement/tender/limited/tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

test_tender_negotiation_data = deepcopy(test_tender_data)
test_tender_negotiation_data['procurementMethodType'] = "negotiation"
test_tender_negotiation_data['cause'] = "37"
test_tender_negotiation_data['cause'] = "twiceUnsuccessful"
test_tender_negotiation_data['causeDescription'] = "chupacabra"

test_tender_negotiation_quick_data = deepcopy(test_tender_data)
Expand Down

0 comments on commit 4d63e88

Please sign in to comment.