project events updated

This commit is contained in:
2024-11-19 13:04:07 +03:00
parent dca3cf90ff
commit 34400ffa4d
8 changed files with 244 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ from service_app_test.test_application.evyos.datas.get_occupants_codes import (
decision_book_items_dict = (
lambda token, item_comment, info_type_uu_id, unit_price, is_fixed, st, ed: {
"token": token,
"item_comment": f"Test {item_comment}",
"item_comment": item_comment,
"info_type_uu_id": info_type_uu_id,
"unit_price": unit_price,
"unit_price_is_fixed": is_fixed,