Commit fdbfccbfbbe755b7befaf2ea3a4a32786a6af088

Authored by mykhaly
1 parent 11866afe

Add `qualified: True` to test_award_data

Because that field will be required soon in limited procedures
@@ -286,7 +286,8 @@ def test_supplier_data(): @@ -286,7 +286,8 @@ def test_supplier_data():
286 "amount": fake.random_int(min=1), 286 "amount": fake.random_int(min=1),
287 "currency": "UAH", 287 "currency": "UAH",
288 "valueAddedTaxIncluded": True 288 "valueAddedTaxIncluded": True
289 - } 289 + },
  290 + "qualified": True
290 } 291 }
291 }) 292 })
292 293
Please register or login to post a comment