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