Commit 555b56357dbbaa22db5746f9e397a1cc5339b0b4

Authored by AlexDiatlov
1 parent 7f20e8a6

fix typo in cancellation keywords

... ... @@ -771,7 +771,7 @@ Library openprocurement_client.utils
771 771 ${cancellation_id}= Set variable ${cancel_reply.data.id}
772 772 ${document_id}= openprocurement_client.Завантажити документацію до запиту на скасування ${username} ${tender_uaid} ${cancellation_id} ${document}
773 773 openprocurement_client.Змінити опис документа в скасуванні ${username} ${tender_uaid} ${cancellation_id} ${document_id} ${new_description}
774   - ${cancellation}= run keyword if '${procurementMethodType}' in ['belowThreshold', 'reporting', 'closeFrameworkAgreementSelectionUA']
  774 + ${cancellation}= run keyword if '${procurementMethodType}' in ['belowThreshold', 'reporting', 'closeFrameworkAgreementSelectionUA']
775 775 ... openprocurement_client.Підтвердити скасування закупівлі ${username} ${tender_uaid} ${cancellation_id}
776 776 ... ELSE openprocurement_client.Перевести скасування закупівлі в період очікування ${username} ${tender_uaid} ${cancellation_id}
777 777 Set To Dictionary ${USERS.users['${tender_owner}']} cancellation_data=${cancellation}
... ... @@ -1919,7 +1919,7 @@ Library openprocurement_client.utils
1919 1919 ... ${cancellation_id}
1920 1920 ... ${document_id}
1921 1921 ... ${new_description}
1922   - ${cancellation}= run keyword if '${procurementMethodType}' in ['belowThreshold', 'reporting', 'closeFrameworkAgreementSelectionUA']
  1922 + ${cancellation}= run keyword if '${procurementMethodType}' in ['belowThreshold', 'reporting', 'closeFrameworkAgreementSelectionUA']
1923 1923 ... openprocurement_client.Підтвердити скасування закупівлі ${username} ${tender_uaid} ${cancellation_id}
1924 1924 ... ELSE openprocurement_client.Перевести скасування закупівлі в період очікування ${username} ${tender_uaid} ${cancellation_id}
1925 1925 Set To Dictionary ${USERS.users['${tender_owner}']} cancellation_data=${cancellation}
... ...
Please register or login to post a comment