Commit f6d312f22dfeb24570a4de056c1e1948db0fe396
Committed by
OrysiaDrabych
1 parent
59045c8b
Add `status: pending` field to test_change_data func.
Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -492,6 +492,7 @@ def test_change_data(): | @@ -492,6 +492,7 @@ def test_change_data(): | ||
| 492 | "rationale": fake.description(), | 492 | "rationale": fake.description(), |
| 493 | "rationale_en": fake_en.sentence(nb_words=10, variable_nb_words=True), | 493 | "rationale_en": fake_en.sentence(nb_words=10, variable_nb_words=True), |
| 494 | "rationale_ru": fake_ru.sentence(nb_words=10, variable_nb_words=True), | 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