{"uuid": "2023b411-66f2-4a0a-99a5-d2f9c3087f8b", "children": ["feeb4045-df6b-4260-8849-711f183e48ca"], "befores": [{"name": "get_fmcg_auth_header", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "2264057f-190a-4210-9aa7-f2888f3fc243-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "79212f62-27bd-4064-9f59-27b56d8bee6c-attachment.json", "type": "application/json"}], "start": 1775636233203, "stop": 1775636233203}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "9cc7b324-81c9-4450-9cbd-8b4c67e1b943-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "5a7d4623-3d6c-4440-bd23-6c5bbbc84245-attachment.json", "type": "application/json"}], "start": 1775636233205, "stop": 1775636233205}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "f4c8655d-6dd2-4370-add8-e2598eec836d-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "10ea7f2b-87c2-4e9f-a6f3-2e5655050519-attachment.json", "type": "application/json"}], "start": 1775636233206, "stop": 1775636233207}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "6878b95e-4777-4905-bd15-c4c8276db3ae-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "9f532b7a-1915-4c4c-abbc-07077cefa214-attachment.json", "type": "application/json"}], "start": 1775636233221, "stop": 1775636233221}, {"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": "bcaa27f7-113d-4e1f-9e24-1f312b79560f-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "9353116e-cad1-4023-a846-05d57d1ce6f8-attachment.json", "type": "application/json"}], "start": 1775636233448, "stop": 1775636233448}, {"name": "Response → 200, trace_id: None", "status": "passed", "attachments": [{"name": "response.headers", "source": "a2e4e6a9-e7ec-4d23-b8d3-62c417a5d4c7-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "7d3c4ba1-b23f-44a5-b9a0-f63d91f3364a-attachment.json", "type": "application/json"}], "start": 1775636233448, "stop": 1775636233449}], "attachments": [{"name": "cURL", "source": "0212540e-e802-4833-88f1-94aed238b5c2-attachment.txt", "type": "text/plain"}], "start": 1775636233448, "stop": 1775636233449}], "start": 1775636233176, "stop": 1775636233454}], "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": "7b320f7a-9166-4824-95d5-0059460a6b52-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "226c2c6f-6bbf-4f57-8561-9a9f6d42d170-attachment.json", "type": "application/json"}], "start": 1775636234579, "stop": 1775636234580}, {"name": "Response → 500, trace_id: None", "status": "passed", "attachments": [{"name": "response.headers", "source": "c9420c32-8d5b-419f-980a-b8a779343309-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "02b81e9a-27ea-466e-af9b-ff834cb99f26-attachment.txt", "type": "text/plain"}], "start": 1775636234580, "stop": 1775636234580}], "attachments": [{"name": "cURL", "source": "bf3bfda2-78a9-4ab9-97a2-ad33da6ad2e6-attachment.txt", "type": "text/plain"}], "start": 1775636234579, "stop": 1775636234581}], "start": 1775636234495, "stop": 1775636234582}], "start": 1775636233176, "stop": 1775636234582}