Showing
1 changed file
with
4 additions
and
4 deletions
... | ... | @@ -92,14 +92,14 @@ def test_tender_data_limited(intervals, procurement_method_type): |
92 | 92 | "additionalClassifications": |
93 | 93 | [ |
94 | 94 | { |
95 | - "description": fake.sentence(nb_words=10, variable_nb_words=True), | |
96 | - "id": "55.51.10.300", | |
95 | + "description": "Послуги щодо забезпечення харчуванням, інші", | |
96 | + "id": "56.29", | |
97 | 97 | "scheme": u"ДКПП" |
98 | 98 | } |
99 | 99 | ], |
100 | 100 | "classification": |
101 | 101 | { |
102 | - "description": fake.sentence(nb_words=10, variable_nb_words=True), | |
102 | + "description": "Послуги з організації шкільного харчування", | |
103 | 103 | "id": "55523100-3", |
104 | 104 | "scheme": "CPV" |
105 | 105 | }, |
... | ... | @@ -606,7 +606,7 @@ def test_item_data(): |
606 | 606 | "classification": { |
607 | 607 | "scheme": u"CPV", |
608 | 608 | "id": u"44617100-9", |
609 | - "description": u"Картонки", | |
609 | + "description": u"Картонні коробки", | |
610 | 610 | "description_ru": u"Большие картонные коробки", |
611 | 611 | "description_en": u"Cartons" |
612 | 612 | }, | ... | ... |
Please
register
or
login
to post a comment