Commit f6d312f22dfeb24570a4de056c1e1948db0fe396

Authored by kosaniak
Committed by OrysiaDrabych
1 parent 59045c8b

Add `status: pending` field to test_change_data func.

... ... @@ -492,6 +492,7 @@ def test_change_data():
492 492 "rationale": fake.description(),
493 493 "rationale_en": fake_en.sentence(nb_words=10, variable_nb_words=True),
494 494 "rationale_ru": fake_ru.sentence(nb_words=10, variable_nb_words=True),
495   - "rationaleTypes": fake.rationaleTypes(amount=3)
  495 + "rationaleTypes": fake.rationaleTypes(amount=3),
  496 + "status": "pending"
496 497 }
497 498 })
... ...
Please register or login to post a comment