Commit f4d7d64e2fcc86fcc3f744df1c54532363e416f4
Merge pull request #126 from mykhaly/repare_limited_data
Make description fields unicode string
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -92,14 +92,14 @@ def test_tender_data_limited(intervals, procurement_method_type): | @@ -92,14 +92,14 @@ def test_tender_data_limited(intervals, procurement_method_type): | ||
92 | "additionalClassifications": | 92 | "additionalClassifications": |
93 | [ | 93 | [ |
94 | { | 94 | { |
95 | - "description": "Послуги щодо забезпечення харчуванням, інші", | 95 | + "description": u"Послуги щодо забезпечення харчуванням, інші", |
96 | "id": "56.29", | 96 | "id": "56.29", |
97 | "scheme": u"ДКПП" | 97 | "scheme": u"ДКПП" |
98 | } | 98 | } |
99 | ], | 99 | ], |
100 | "classification": | 100 | "classification": |
101 | { | 101 | { |
102 | - "description": "Послуги з організації шкільного харчування", | 102 | + "description": u"Послуги з організації шкільного харчування", |
103 | "id": "55523100-3", | 103 | "id": "55523100-3", |
104 | "scheme": "CPV" | 104 | "scheme": "CPV" |
105 | }, | 105 | }, |
Please
register
or
login
to post a comment