Commit 274c80b3bf303720ae966ffd5a69bdd79b9d76dc

Authored by selurvedu
1 parent fb001985

Update item classification data

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