Commit ae6ab9cbe96dd29f76c7681f1bacf2392b4b4377
Committed by
mykhaly
1 parent
d830c9ac
Fix get from question
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -501,7 +501,7 @@ Get Broker Property By Username | @@ -501,7 +501,7 @@ Get Broker Property By Username | ||
501 | Отримати дані із об’єкта тендера | 501 | Отримати дані із об’єкта тендера |
502 | [Arguments] ${username} ${tender_uaid} ${object_id} ${field_name} | 502 | [Arguments] ${username} ${tender_uaid} ${object_id} ${field_name} |
503 | ${object_type}= get_object_type_by_id ${object_id} | 503 | ${object_type}= get_object_type_by_id ${object_id} |
504 | - ${status} ${value}= Run Keyword If '${object_type}'=='question' | 504 | + ${status} ${value}= Run Keyword If '${object_type}'=='questions' |
505 | ... Run Keyword And Ignore Error Run As ${username} Отримати інформацію із запитання ${tender_uaid} ${object_id} ${field_name} | 505 | ... Run Keyword And Ignore Error Run As ${username} Отримати інформацію із запитання ${tender_uaid} ${object_id} ${field_name} |
506 | ... ELSE IF '${object_type}'=='lots' | 506 | ... ELSE IF '${object_type}'=='lots' |
507 | ... Run Keyword And Ignore Error Run As ${username} Отримати інформацію із лоту ${tender_uaid} ${object_id} ${field_name} | 507 | ... Run Keyword And Ignore Error Run As ${username} Отримати інформацію із лоту ${tender_uaid} ${object_id} ${field_name} |
Please
register
or
login
to post a comment