Commit 7ecb310c3c84f84893b65d51a36486d50d0af356
Committed by
Leits
1 parent
a4dfbadb
Remove redundant `no_token`
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -44,7 +44,7 @@ Library openprocurement_client_helper.py |
44 | 44 | Отримати документ |
45 | 45 | [Arguments] ${username} ${tender_uaid} ${url} |
46 | 46 | ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} |
47 | - ${token}= Get Variable Value ${USERS.users['${username}'].access_token} no_token | |
47 | + ${token}= Get Variable Value ${USERS.users['${username}'].access_token} | |
48 | 48 | ${contents} ${filename}= Call Method ${USERS.users['${username}'].client} get_file ${tender} ${url} ${token} |
49 | 49 | [return] ${contents} ${filename} |
50 | 50 | ... | ... |
Please
register
or
login
to post a comment