Commit a4c1bbaa8bc48f9e12fea5bf825d6afe6fb025fc

Authored by godsdog
1 parent 1fb4722f

Fix spelling

... ... @@ -29,7 +29,7 @@ Library openprocurement_client.utils
29 29 ${auth_ds}= set variable ${auth_ds_all.${RESOURCE}}
30 30 Log ${auth_ds}
31 31
32   -# Uncomment this line if there is need to precess files operations without DS.
  32 +# Uncomment this line if there is need to process files operations without DS.
33 33 # ${ds_api_wraper}= set variable ${None}
34 34 ${ds_api_wraper}= prepare_ds_api_wrapper ${DS_HOST_URL} ${auth_ds}
35 35 ${api_wrapper}= prepare_api_wrapper ${USERS.users['${username}'].api_key} ${RESOURCE} ${API_HOST_URL} ${API_VERSION} ${ds_api_wraper}
... ...
Please register or login to post a comment