Commit 8fd8f8708c7fb50c7e64ccc94da769136b4a5717
1 parent
47b89dd2
Use Ukrainian descriptions in tenders
Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -31,7 +31,7 @@ def test_tender_data(period_interval): | @@ -31,7 +31,7 @@ def test_tender_data(period_interval): | ||
| 31 | "title": u"[ТЕСТУВАННЯ] " + fake.catch_phrase(), | 31 | "title": u"[ТЕСТУВАННЯ] " + fake.catch_phrase(), |
| 32 | "mode": "test", | 32 | "mode": "test", |
| 33 | "submissionMethodDetails": "quick", | 33 | "submissionMethodDetails": "quick", |
| 34 | - "description": "Test tender1", # Error @prom when 'Тестовый тендер' | 34 | + "description": u"Тестовий тендер", # Error @prom when "Тестовый тендер" |
| 35 | "description_ru": u"Тестовый тендер", | 35 | "description_ru": u"Тестовый тендер", |
| 36 | "description_en": "Test tender", | 36 | "description_en": "Test tender", |
| 37 | "procuringEntity": { | 37 | "procuringEntity": { |
| @@ -122,7 +122,7 @@ def prom_test_tender_data(): | @@ -122,7 +122,7 @@ def prom_test_tender_data(): | ||
| 122 | "title": fake.catch_phrase(), | 122 | "title": fake.catch_phrase(), |
| 123 | "mode": "test", | 123 | "mode": "test", |
| 124 | "submissionMethodDetails": "quick", | 124 | "submissionMethodDetails": "quick", |
| 125 | - "description": "Test tender1", # Error @prom when 'Тестовый тендер' | 125 | + "description": u"Тестовий тендер", # Error @prom when "Тестовый тендер" |
| 126 | "description_ru": u"Тестовый тендер", | 126 | "description_ru": u"Тестовый тендер", |
| 127 | "description_en": "Test tender", | 127 | "description_en": "Test tender", |
| 128 | "procuringEntity": { | 128 | "procuringEntity": { |
Please
register
or
login
to post a comment