Commit fb001985ae3967640ae9dccc8afd57eca3c94803
1 parent
ef1cda04
Update data for OpenUA/OpenEU to support API 2.1
Showing
2 changed files
with
6 additions
and
2 deletions
... | ... | @@ -714,6 +714,8 @@ def test_tender_data_openua(intervals): |
714 | 714 | t_data['procurementMethodType'] = 'aboveThresholdUA' |
715 | 715 | t_data['procurementMethodDetails'] = 'quick, ' \ |
716 | 716 | 'accelerator={}'.format(accelerator) |
717 | + t_data['selfEligible'] = True | |
718 | + t_data['selfQualified'] = True | |
717 | 719 | return t_data |
718 | 720 | |
719 | 721 | |
... | ... | @@ -735,4 +737,6 @@ def test_tender_data_openeu(intervals): |
735 | 737 | t_data['procuringEntity']['contactPoint']['name_en'] = fake_en.name() |
736 | 738 | t_data['procuringEntity']['contactPoint']['availableLanguage'] = "en" |
737 | 739 | t_data['procuringEntity']['identifier']['legalName_en'] = "Institution \"Vinnytsia City Council primary and secondary general school № 10\"" |
740 | + t_data['selfEligible'] = True | |
741 | + t_data['selfQualified'] = True | |
738 | 742 | return t_data | ... | ... |
Please
register
or
login
to post a comment