Commit 0ca260670481c99a0de32f8f4c4f818abb1bf0f6
1 parent
a2cb2b61
Insert pseudo id into cancellation reason
Showing
2 changed files
with
4 additions
and
0 deletions
... | ... | @@ -267,6 +267,8 @@ Get Broker Property By Username |
267 | 267 | |
268 | 268 | Підготувати дані про скасування |
269 | 269 | ${cancellation_reason}= create_fake_sentence |
270 | + ${cancellation_reason}= field_with_id c ${cancellation_reason} | |
271 | + ${cancellation_id}= get_id_from_string ${cancellation_reason} | |
270 | 272 | ${file_path} ${file_name} ${file_content}= create_fake_doc |
271 | 273 | ${doc_id}= get_id_from_string ${file_name} |
272 | 274 | ${document}= Create Dictionary |
... | ... | @@ -277,6 +279,7 @@ Get Broker Property By Username |
277 | 279 | ${new_description}= create_fake_sentence |
278 | 280 | ${cancellation_data}= Create Dictionary |
279 | 281 | ... cancellation_reason=${cancellation_reason} |
282 | + ... cancellation_id=${cancellation_id} | |
280 | 283 | ... document=${document} |
281 | 284 | ... description=${new_description} |
282 | 285 | ${cancellation_data}= munchify ${cancellation_data} | ... | ... |
Please
register
or
login
to post a comment