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 | 31 | "title": u"[ТЕСТУВАННЯ] " + fake.catch_phrase(), |
32 | 32 | "mode": "test", |
33 | 33 | "submissionMethodDetails": "quick", |
34 | - "description": "Test tender1", # Error @prom when 'Тестовый тендер' | |
34 | + "description": u"Тестовий тендер", # Error @prom when "Тестовый тендер" | |
35 | 35 | "description_ru": u"Тестовый тендер", |
36 | 36 | "description_en": "Test tender", |
37 | 37 | "procuringEntity": { |
... | ... | @@ -122,7 +122,7 @@ def prom_test_tender_data(): |
122 | 122 | "title": fake.catch_phrase(), |
123 | 123 | "mode": "test", |
124 | 124 | "submissionMethodDetails": "quick", |
125 | - "description": "Test tender1", # Error @prom when 'Тестовый тендер' | |
125 | + "description": u"Тестовий тендер", # Error @prom when "Тестовый тендер" | |
126 | 126 | "description_ru": u"Тестовый тендер", |
127 | 127 | "description_en": "Test tender", |
128 | 128 | "procuringEntity": { | ... | ... |
Please
register
or
login
to post a comment