Showing
1 changed file
with
3 additions
and
3 deletions
... | ... | @@ -32,8 +32,8 @@ def test_tender_data(period_interval): |
32 | 32 | "mode": "test", |
33 | 33 | "submissionMethodDetails": "quick", |
34 | 34 | "description": "Test tender1", # Error @prom when 'Тестовый тендер' |
35 | + "description_ru": u"Тестовый тендер", | |
35 | 36 | "description_en": "Test tender", |
36 | - "description_ru": "Тестовый тендер", | |
37 | 37 | "procuringEntity": { |
38 | 38 | "name": fake.company(), |
39 | 39 | "name_ru": fake_ru.company(), |
... | ... | @@ -117,8 +117,8 @@ def prom_test_tender_data(): |
117 | 117 | "mode": "test", |
118 | 118 | "submissionMethodDetails": "quick", |
119 | 119 | "description": "Test tender1", # Error @prom when 'Тестовый тендер' |
120 | + "description_ru": u"Тестовый тендер", | |
120 | 121 | "description_en": "Test tender", |
121 | - "description_ru": "Тестовый тендер", | |
122 | 122 | "procuringEntity": { |
123 | 123 | "name": fake.company(), |
124 | 124 | "name_ru": fake_ru.company(), |
... | ... | @@ -203,8 +203,8 @@ def test_tender_data_multiple_lots(period_interval): |
203 | 203 | "mode": "test", |
204 | 204 | "submissionMethodDetails": "quick", |
205 | 205 | "description": u"Тестовий тендер", |
206 | + "description_ru": u"Тестовый тендер", | |
206 | 207 | "description_en": "Test tender", |
207 | - "description_ru": "Тестовый тендер", | |
208 | 208 | "procuringEntity": { |
209 | 209 | "name": fake.company(), |
210 | 210 | "name_ru": fake_ru.company(), | ... | ... |
Please
register
or
login
to post a comment