Commit afb47abda424ab8e7a05cd9156596b81c40fe645

Authored by mykhaly
1 parent c8bfaaf4

Make description fields unicode string

... ... @@ -92,14 +92,14 @@ def test_tender_data_limited(intervals, procurement_method_type):
92 92 "additionalClassifications":
93 93 [
94 94 {
95   - "description": "Послуги щодо забезпечення харчуванням, інші",
  95 + "description": u"Послуги щодо забезпечення харчуванням, інші",
96 96 "id": "56.29",
97 97 "scheme": u"ДКПП"
98 98 }
99 99 ],
100 100 "classification":
101 101 {
102   - "description": "Послуги з організації шкільного харчування",
  102 + "description": u"Послуги з організації шкільного харчування",
103 103 "id": "55523100-3",
104 104 "scheme": "CPV"
105 105 },
... ...
Please register or login to post a comment