{"uuid": "52fc1b33-e16b-44d7-a7d0-7c0d565aa341", "children": ["b61705ea-a05c-40a9-b8be-b36220d7bb56"], "befores": [{"name": "get_fmcg_auth_header", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "38e2c8eb-413e-403d-9b35-be90c955087c-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "fbea0d84-4908-4983-8c99-5c00b3d0326a-attachment.json", "type": "application/json"}], "start": 1775636233202, "stop": 1775636233202}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "df9487fb-586c-4f48-9b1e-4306eacb60d5-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "81fb35db-4b7e-4afd-8b75-02452879fec1-attachment.json", "type": "application/json"}], "start": 1775636233203, "stop": 1775636233203}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "039e773c-f4d5-4af2-9876-5c45993cca1b-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "3a6eb4b4-3599-41d4-a42f-7e25abbea6ff-attachment.json", "type": "application/json"}], "start": 1775636233204, "stop": 1775636233204}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "62661418-4348-4428-b7b3-52f6590602f7-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "e4b6e64c-9077-4775-a4b1-ea0f40b56e70-attachment.json", "type": "application/json"}], "start": 1775636233220, "stop": 1775636233220}, {"name": "POST → https://dm-fmcg-be-service-lk.k8s-review.dailymail-tech.uz/api/v1/account/sign-in", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "660c5c9a-2a39-4ace-8883-9ed70c72676d-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "f94c8ee6-a82e-4c58-ad5f-92a8d45e381a-attachment.json", "type": "application/json"}], "start": 1775636233545, "stop": 1775636233546}, {"name": "Response → 200, trace_id: None", "status": "passed", "attachments": [{"name": "response.headers", "source": "76d97a3d-fb8d-4fc2-9704-674dbfb61074-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "c1614a1f-7d06-42fb-a1c8-1f5f1a16dd63-attachment.json", "type": "application/json"}], "start": 1775636233546, "stop": 1775636233546}], "attachments": [{"name": "cURL", "source": "8496a661-6e5c-423d-8989-6ef2b839a8dc-attachment.txt", "type": "text/plain"}], "start": 1775636233545, "stop": 1775636233546}], "start": 1775636233176, "stop": 1775636233551}], "afters": [{"name": "get_fmcg_auth_header::0", "status": "failed", "statusDetails": {"message": "AssertionError: Handler: PUT https://dm-fmcg-be-service-lk.k8s-review.dailymail-tech.uz/api/v1/cart/add-item; \n Expected status code: 200; \n Actual status code: 500; \n Response body: <!doctype html><html lang=\"en\"><head><title>HTTP Status 500 – Internal Server Error</title><style type=\"text/css\">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1></body></html>; \n X-Aer-Trace-Id: \n", "trace": "  File \"/usr/local/lib/python3.11/site-packages/allure_commons/_allure.py\", line 231, in __call__\n    return self._fixture_function(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/_pytest/fixtures.py\", line 924, in _teardown_yield_fixture\n    next(it)\n  File \"/app/src/framework/fmcg/fixtures/lk.py\", line 27, in get_fmcg_auth_header\n    FMCGCartBuilder().set_user_auth(token).fill_cart(body={\"items\": []})\n  File \"/app/src/framework/fmcg/builders/lk/cart.py\", line 24, in fill_cart\n    CartApi(headers=self.headers).api_v1_cart_add_item_put(body=request_body, **invoice_data).data.items\n    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_fmcg_be_service_lk/api/cart_api.py\", line 55, in api_v1_cart_add_item_put\n    return self.api_v1_cart_add_item_put_with_http_info(body, **kwargs)  # noqa: E501\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_fmcg_be_service_lk/api/cart_api.py\", line 129, in api_v1_cart_add_item_put_with_http_info\n    return self.api_client.call_api(\n           ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_fmcg_be_service_lk/api_client.py\", line 339, in call_api\n    return self.__call_api(resource_path, method,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_fmcg_be_service_lk/api_client.py\", line 172, in __call_api\n    assert response_data.status == expected_status_code, \\\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n"}, "steps": [{"name": "PUT → https://dm-fmcg-be-service-lk.k8s-review.dailymail-tech.uz/api/v1/cart/add-item", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "5cdf6141-0e22-4f53-8fe5-85a1658ff177-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "d6e153df-8f09-4c3a-be24-e6932c09c31c-attachment.json", "type": "application/json"}], "start": 1775636234579, "stop": 1775636234579}, {"name": "Response → 500, trace_id: None", "status": "passed", "attachments": [{"name": "response.headers", "source": "5aa2abb8-0357-46e3-a60d-7ec5ada51651-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "9610d0a8-5df6-4132-8002-bf456abed905-attachment.txt", "type": "text/plain"}], "start": 1775636234579, "stop": 1775636234580}], "attachments": [{"name": "cURL", "source": "1510191a-1bee-4199-b8f3-c62a83a6efe5-attachment.txt", "type": "text/plain"}], "start": 1775636234579, "stop": 1775636234580}], "start": 1775636234534, "stop": 1775636234580}], "start": 1775636233176, "stop": 1775636234580}