Commit fb001985ae3967640ae9dccc8afd57eca3c94803

Authored by selurvedu
1 parent ef1cda04

Update data for OpenUA/OpenEU to support API 2.1

@@ -45,9 +45,9 @@ Quinta: @@ -45,9 +45,9 @@ Quinta:
45 enquiry: [0, 2] 45 enquiry: [0, 2]
46 tender: [0, 5] 46 tender: [0, 5]
47 openua: 47 openua:
48 - tender: [0, 15] 48 + tender: [1, 15]
49 openeu: 49 openeu:
50 - tender: [0, 30] 50 + tender: [1, 30]
51 keywords_file: openprocurement_client 51 keywords_file: openprocurement_client
52 roles: 52 roles:
53 provider: Tender_User 53 provider: Tender_User
@@ -714,6 +714,8 @@ def test_tender_data_openua(intervals): @@ -714,6 +714,8 @@ def test_tender_data_openua(intervals):
714 t_data['procurementMethodType'] = 'aboveThresholdUA' 714 t_data['procurementMethodType'] = 'aboveThresholdUA'
715 t_data['procurementMethodDetails'] = 'quick, ' \ 715 t_data['procurementMethodDetails'] = 'quick, ' \
716 'accelerator={}'.format(accelerator) 716 'accelerator={}'.format(accelerator)
  717 + t_data['selfEligible'] = True
  718 + t_data['selfQualified'] = True
717 return t_data 719 return t_data
718 720
719 721
@@ -735,4 +737,6 @@ def test_tender_data_openeu(intervals): @@ -735,4 +737,6 @@ def test_tender_data_openeu(intervals):
735 t_data['procuringEntity']['contactPoint']['name_en'] = fake_en.name() 737 t_data['procuringEntity']['contactPoint']['name_en'] = fake_en.name()
736 t_data['procuringEntity']['contactPoint']['availableLanguage'] = "en" 738 t_data['procuringEntity']['contactPoint']['availableLanguage'] = "en"
737 t_data['procuringEntity']['identifier']['legalName_en'] = "Institution \"Vinnytsia City Council primary and secondary general school № 10\"" 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 return t_data 742 return t_data
Please register or login to post a comment