Commit 89f7227bd323620a55c04a3cc9ab48d9a04e5b80

Authored by mykhaly
1 parent 141ce945

Remove faulty keys from `test_question_data`

@@ -188,9 +188,7 @@ def test_question_data(): @@ -188,9 +188,7 @@ def test_question_data():
188 "data": { 188 "data": {
189 "author": fake.procuringEntity(), 189 "author": fake.procuringEntity(),
190 "description": fake.description(), 190 "description": fake.description(),
191 - "title": field_with_id("q", fake.title()),  
192 - "title_en": field_with_id('q', fake_en.sentence(nb_words=5, variable_nb_words=True)),  
193 - "title_ru": field_with_id('q', fake_ru.sentence(nb_words=5, variable_nb_words=True)) 191 + "title": field_with_id("q", fake.title())
194 } 192 }
195 }) 193 })
196 194
Please register or login to post a comment