Skip to content

Commit

Permalink
Fix test with editable procuringEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
leits committed Jan 30, 2018
1 parent 85c5bbf commit b086781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openprocurement/auctions/dgf/tests/tender.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_create_role(self):
def test_edit_role(self):
fields = set([
'description', 'description_en', 'description_ru',
'features', 'hasEnquiries', 'items',
'features', 'hasEnquiries', 'items', 'procuringEntity',
'value', 'minimalStep', 'guarantee', 'tenderAttempts', 'title_en', 'dgfID', 'title_ru',
'title'
])
Expand Down

0 comments on commit b086781

Please sign in to comment.