{"name": "test_gateway_order_delivery_info[Uzbekistan | YaMarket]", "status": "failed", "statusDetails": {"message": "AssertionError: 405 POST https://dm-ff-be-facade-gateway.k8s-review.dailymail-tech.uz/wms/order/internal/order/delivering-order-info: {\"timestamp\":\"2026-04-07T23:24:17.551+00:00\",\"status\":405,\"error\":\"Method Not Allowed\",\"message\":\"Request method 'POST' not supported\",\"path\":\"/internal/order/delivering-order-info\"}, x-aer-trace-id: 6940ed605c4d22229c56371a867b0843", "trace": "self = <tests.fulfillment.test_gateway.test_gateway.TestGateway object at 0x736f679f8990>\nwms_provider_warehouse_stock = WMSProviderWarehouseStockDTO(warehouse=WMSWarehouse(id=1693627, first_mile_id=<DeliveryFirstMileId.Uzbekistan: 12>, ff...ider_name='YaMarket'), stocks=<src.framework.wms.builders.availability.stock.WMSStockBuilder object at 0x736f6531ed50>)\n\n    @allure.feature(\"Service Gateway Order\")\n    def test_gateway_order_delivery_info(self, wms_provider_warehouse_stock):\n        \"\"\"\n        checking Gateway url:\n        /order/internal/order/delivering-order-info\"\n        \"\"\"\n        with allure.step(\"builder init\"):\n            builder = (\n                WMSOrderBuilder(\n                    warehouse=wms_provider_warehouse_stock.warehouse,\n                    provider=wms_provider_warehouse_stock.provider,\n                    items=wms_provider_warehouse_stock.stocks.items,\n                    user=wms_provider_warehouse_stock.stocks.user,\n                    headers=wms_provider_warehouse_stock.stocks.headers,\n                    clear=True,\n                )\n                .set_user()\n                .set_user_auth()\n                .outbound_e2e_fast_flow()\n            )\n            builder.control_order_status_in_order_service(\n                order_id=builder.order.order_id, order_status=OrderStatus.DELIVERING\n            )\n        response = SwaggerDmFfBeFacadeGateway(\n            headers=builder.headers\n>       ).post_wms_order_internal_order_delivering_order_info(\n            body=WmsOrderInternalOrderDeliveringOrderInfoRequest(order_id=builder.order.order_id)\n        )\n\ntests/fulfillment/test_gateway/test_gateway.py:168: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \nsrc/framework/common/swagger/dm/ff/be/facade/gateway.py:182: in post_wms_order_internal_order_delivering_order_info\n    response = self.client.request(\nsrc/framework/common/api.py:288: in request\n    cls._validator.validate_status_code(response, allowed_status_codes, method=method)\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nresponse = <Response [405]>\nallowed_status_codes = (<HTTPStatus.OK: 200>, <HTTPStatus.NO_CONTENT: 204>, <HTTPStatus.CREATED: 201>, <HTTPStatus.ACCEPTED: 202>)\nmethod = <HTTPMethod.POST>\n\n    @staticmethod\n    def validate_status_code(response: requests.Response, allowed_status_codes: tuple, method: str = None) -> None:\n        \"\"\"Валидирует статус код ответа\"\"\"\n        if response.status_code not in allowed_status_codes:\n            trace_id = get_clear_trace_id(headers=response.headers)\n            response_content = (\n                response.content[:STEP_CONTENT_MAX_LENGTH]\n                if len(response.content) > STEP_CONTENT_MAX_LENGTH\n                else response.content\n            )\n>           raise AssertionError(\n                f\"{response.status_code} {method} {response.url}: {response_content.decode()}, \"\n                f\"x-aer-trace-id: {trace_id}\"\n            )\nE           AssertionError: 405 POST https://dm-ff-be-facade-gateway.k8s-review.dailymail-tech.uz/wms/order/internal/order/delivering-order-info: {\"timestamp\":\"2026-04-07T23:24:17.551+00:00\",\"status\":405,\"error\":\"Method Not Allowed\",\"message\":\"Request method 'POST' not supported\",\"path\":\"/internal/order/delivering-order-info\"}, x-aer-trace-id: 6940ed605c4d22229c56371a867b0843\n\nsrc/framework/common/api.py:138: AssertionError"}, "description": "\n        checking Gateway url:\n        /order/internal/order/delivering-order-info\"\n        ", "steps": [{"name": "builder init", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_availability ", "status": "passed", "attachments": [{"name": "query", "source": "6c352057-2a5f-49dd-b280-feedb3b76843-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "f4253297-7298-4f9e-9f64-2a46143a7160-attachment.json", "type": "application/json"}], "start": 1775604236899, "stop": 1775604236900}, {"name": "AssemblyPackingTable add to database", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "df9b5d14-5286-4e3f-a886-2a56302e8019-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "06e7f6e5-a895-43d2-88a6-7832ffe26375-attachment.json", "type": "application/json"}], "start": 1775604236997, "stop": 1775604236998}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "46e4f86b-f86d-4b00-bbce-dfb526e71584-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "92872318-0e1f-4f00-a31f-60e5d5cda631-attachment.json", "type": "application/json"}], "start": 1775604236998, "stop": 1775604236999}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "681f76d3-de75-4995-b9b3-602824375827-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "ff7b4938-5601-4984-a302-cebccf2cbb28-attachment.json", "type": "application/json"}], "start": 1775604236999, "stop": 1775604236999}, {"name": "SQLAlchemy query INSERT ", "status": "passed", "attachments": [{"name": "query", "source": "e372ef12-55bb-47a3-a73e-e3d468b631f4-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "57a79c96-9b3d-4d5b-9238-ef7615373847-attachment.json", "type": "application/json"}], "start": 1775604237001, "stop": 1775604237001}], "start": 1775604236988, "stop": 1775604237008}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "8887aca4-e589-47c6-9547-8ac518c34bf9-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "a2f9d83c-e65d-479d-bdbd-11bca9d97431-attachment.json", "type": "application/json"}], "start": 1775604237023, "stop": 1775604237023}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "1095caf8-fb0a-4068-a284-25c5e46b881d-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "45c89ece-1061-43fd-b38b-88d5c20da1bb-attachment.json", "type": "application/json"}], "start": 1775604237024, "stop": 1775604237024}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "022c199e-ce4d-4103-85ce-0b774c1cf6ab-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "c3ea688b-81a3-49b0-92a3-2a63713466d5-attachment.json", "type": "application/json"}], "start": 1775604237025, "stop": 1775604237025}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "fffb8075-a694-4acb-b9c5-8a3575217ae7-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "829a9cd2-ce28-489e-848d-85ac21710210-attachment.json", "type": "application/json"}], "start": 1775604237026, "stop": 1775604237026}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "384a6bb3-9c4a-41a4-9dc8-688a25af8248-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "13997042-7319-4a4b-a7dd-89d7efb001bd-attachment.json", "type": "application/json"}], "start": 1775604237032, "stop": 1775604237032}, {"name": "POST → https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/account/sign-in", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "c5936462-89fd-46a9-ab5a-0492c2d27b47-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "8912f15e-60f3-485d-9487-83ada4102a74-attachment.json", "type": "application/json"}], "start": 1775604237064, "stop": 1775604237065}, {"name": "Response → 200, trace_id: e0c831daa46c0e8516f62fd7accdc20c", "status": "passed", "attachments": [{"name": "response.headers", "source": "e42387df-5544-4653-8e7f-d7930d29200f-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "7955a1d7-88c3-401f-a3a9-acfd3fb7fd06-attachment.json", "type": "application/json"}], "start": 1775604237065, "stop": 1775604237065}], "attachments": [{"name": "cURL", "source": "f75f5b4b-17e3-42b9-a24b-c9ea1aa7d83b-attachment.txt", "type": "text/plain"}], "start": 1775604237064, "stop": 1775604237065}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "e199f4ba-78ca-4dd0-a073-5c2626692695-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "8dbfd4d3-bf92-4b1b-8445-f8afc9267089-attachment.json", "type": "application/json"}], "start": 1775604237071, "stop": 1775604237072}, {"name": "Waiter function: login_or_refresh", "status": "passed", "steps": [{"name": "POST → https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/oauth/custom/token", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "b83efab3-722c-40a4-b068-6830f3ae29cb-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "eab8ae43-b36a-4d83-9e53-e5db30f36d90-attachment.json", "type": "application/json"}], "start": 1775604237108, "stop": 1775604237108}, {"name": "Response → 200, trace_id: 947df6eaf304dff65590387058432d26", "status": "passed", "attachments": [{"name": "response.headers", "source": "c6676b1b-7a08-48d7-a3df-b3a24dc4d2c1-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "d889ce23-0417-46fa-8821-838bbff9419e-attachment.json", "type": "application/json"}], "start": 1775604237108, "stop": 1775604237108}], "attachments": [{"name": "cURL", "source": "5ec15676-d2b2-477a-bf35-bd0c217d42c8-attachment.txt", "type": "text/plain"}], "start": 1775604237108, "stop": 1775604237108}], "start": 1775604237073, "stop": 1775604237112}, {"name": "POST → https://dm-ff-be-facade-gateway.k8s-review.dailymail-tech.uz/supply/ya/api/v1/order", "status": "passed", "attachments": [{"name": "Request", "source": "a1e7e82f-5fd8-477f-939d-49082bac8a39-attachment.json", "type": "application/json"}, {"name": "Response", "source": "f3687b32-c4e3-4bf3-a25e-cc4fa4953a87-attachment.json", "type": "application/json"}], "start": 1775604237145, "stop": 1775604237216}, {"name": "Waiter function: wait_order_order_by_platform_tracking_code", "status": "passed", "start": 1775604237217, "stop": 1775604240620}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/create-wave/order", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "bab1e509-1b7d-4fa6-8a9f-751eb3712f63-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "6a5f4946-cf94-48bc-a017-404d73d88ef2-attachment.json", "type": "application/json"}], "start": 1775604247439, "stop": 1775604247440}, {"name": "Response → 200, trace_id: 7fe6b5d8b974cae48398425055fc8b19", "status": "passed", "attachments": [{"name": "response.headers", "source": "66684376-d58d-4566-ba75-f8fce3df3b11-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "7a38d2ab-4503-4093-af30-49dc681239db-attachment.json", "type": "application/json"}], "start": 1775604247440, "stop": 1775604247440}], "attachments": [{"name": "cURL", "source": "d1cae8bd-2c72-4651-baba-746f5d146c5d-attachment.txt", "type": "text/plain"}], "start": 1775604247439, "stop": 1775604247440}, {"name": "POST → https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/api/v1/account/set-worker-location", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "1cfc45db-cc6c-4c37-90e4-2dd63a311f53-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "a5f1006c-7692-4d96-94a6-103d6e68ee13-attachment.json", "type": "application/json"}], "start": 1775604247495, "stop": 1775604247495}, {"name": "Response → 200, trace_id: 4d6c6806976ea8c0dda17f08f8dc91fd", "status": "passed", "attachments": [{"name": "response.headers", "source": "5285760b-983b-48fd-9b46-e9bd0f716d8a-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "0fcad8ba-998c-470f-9fe4-45abdf9485aa-attachment.json", "type": "application/json"}], "start": 1775604247495, "stop": 1775604247495}], "attachments": [{"name": "cURL", "source": "de718795-6c47-45d9-b8b8-f38acd1e58df-attachment.txt", "type": "text/plain"}], "start": 1775604247495, "stop": 1775604247495}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task-for-wave", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "ee4242a4-1700-45e6-b59d-7c0b7c6eda36-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "e9e8df04-b4f5-4c8d-bee7-a43c9a1d4d52-attachment.json", "type": "application/json"}], "start": 1775604247565, "stop": 1775604247565}, {"name": "Response → 200, trace_id: aed9f96fab670c1a145196060f0ac6bf", "status": "passed", "attachments": [{"name": "response.headers", "source": "33c1eaaf-1931-48e3-b2c3-1f00dbfc3048-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "e7a972c6-53df-4de1-bfa9-a84bde673e13-attachment.json", "type": "application/json"}], "start": 1775604247565, "stop": 1775604247565}], "attachments": [{"name": "cURL", "source": "3d67635e-f564-4a70-a78e-3f1c14c3f265-attachment.txt", "type": "text/plain"}], "start": 1775604247565, "stop": 1775604247565}, {"name": "GET → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "074d618e-7965-44ba-ab3f-9b6d5092d63e-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "e0fad990-e09d-4339-af57-d7b825bb3863-attachment.json", "type": "application/json"}], "start": 1775604247618, "stop": 1775604247618}, {"name": "Response → 200, trace_id: 7b4dd57c8aec79f47701ce1fa8069264", "status": "passed", "attachments": [{"name": "response.headers", "source": "64254407-765a-49e0-990a-d66f2bdd5d31-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "794c9e87-79e0-4389-bd52-436c1aa83fd8-attachment.json", "type": "application/json"}], "start": 1775604247618, "stop": 1775604247618}], "attachments": [{"name": "cURL", "source": "a63a03c6-eb83-41ff-9b1d-b2ff7f7febea-attachment.txt", "type": "text/plain"}], "start": 1775604247618, "stop": 1775604247618}, {"name": "GET → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "b0f7005f-3853-4b2d-81d0-47341881d200-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "c0e76d3f-ea7c-4743-9abd-6bb8f56b1660-attachment.json", "type": "application/json"}], "start": 1775604247663, "stop": 1775604247663}, {"name": "Response → 200, trace_id: 9f61b42812fd8d9f20e58bba52ee0462", "status": "passed", "attachments": [{"name": "response.headers", "source": "6a76f5fe-e40f-4e29-9708-ad552ae6e45e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "e11c5ebd-0c28-4084-8e4b-570ce64bd427-attachment.json", "type": "application/json"}], "start": 1775604247663, "stop": 1775604247663}], "attachments": [{"name": "cURL", "source": "7388ceea-1620-4975-8f14-2f4d3883c15f-attachment.txt", "type": "text/plain"}], "start": 1775604247663, "stop": 1775604247663}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/sorting/{sortingType}/box/create", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "e810890e-90a9-466e-a2c8-5366ac44d39a-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "f5a976ca-518f-47bb-97cc-35fa46260a0a-attachment.json", "type": "application/json"}], "start": 1775604247695, "stop": 1775604247695}, {"name": "Response → 200, trace_id: 25932c8731ce23a94c84e4b96b389325", "status": "passed", "attachments": [{"name": "response.headers", "source": "59fc30cb-3e11-46b4-a734-fd1f5df1827d-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "d0ef75ef-ef08-4112-b311-28cca1d6ce65-attachment.txt", "type": "text/plain"}], "start": 1775604247695, "stop": 1775604247695}], "attachments": [{"name": "cURL", "source": "e13adbd8-60ae-46aa-8c0a-d724dfe05470-attachment.txt", "type": "text/plain"}], "start": 1775604247694, "stop": 1775604247695}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/box/assign?boxBarcodes=BX-0000492948&pickingTaskKey=4efb8c25ec1ed1e5e621c1281a808104a1a24dcd34561afbbd6537770fa10dfb", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "80b2de69-39cf-4c29-8155-be91fe54840b-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "cce5b382-ab14-43f9-a029-38d0f77aa4b8-attachment.json", "type": "application/json"}], "start": 1775604247726, "stop": 1775604247727}, {"name": "Response → 200, trace_id: 9ac8d530f24ff2b231a0eccffd4623b9", "status": "passed", "attachments": [{"name": "response.headers", "source": "3cfc38f8-7e9a-4644-a39d-55920cb851d3-attachment.json", "type": "application/json"}], "start": 1775604247727, "stop": 1775604247727}], "attachments": [{"name": "cURL", "source": "34c3490c-c1ad-4b30-a2fd-6644b5dbd47d-attachment.txt", "type": "text/plain"}], "start": 1775604247726, "stop": 1775604247727}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/sku-cell/inc-by-sku-barcode", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "da7d6a32-4b63-4936-9e4b-49c20692f75c-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "3b81b9c9-1ed1-467f-aed2-c6d51d61420d-attachment.json", "type": "application/json"}], "start": 1775604247758, "stop": 1775604247758}, {"name": "Response → 200, trace_id: cf3b0dba9e82f9dcbc4dd0634f24d394", "status": "passed", "attachments": [{"name": "response.headers", "source": "1f94b656-260b-44c7-9167-239d734b7fa7-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "f78cd4b7-9297-44fb-8fc3-777d2ee5c902-attachment.json", "type": "application/json"}], "start": 1775604247758, "stop": 1775604247758}], "attachments": [{"name": "cURL", "source": "b3c3c8fb-dd23-4921-8094-a0e1b31a1a40-attachment.txt", "type": "text/plain"}], "start": 1775604247758, "stop": 1775604247758}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task/complete-step?taskKey=4efb8c25ec1ed1e5e621c1281a808104a1a24dcd34561afbbd6537770fa10dfb&skuId=4100000000000053395&cellBarcode=QA-75604235082656000&cellId=488505", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "418c93f0-6b13-479c-843a-1af5aa36cdb1-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "ff3898d1-1f66-41d0-91b4-9feef10c442c-attachment.json", "type": "application/json"}], "start": 1775604247874, "stop": 1775604247875}, {"name": "Response → 200, trace_id: 9081214ec8801a6ac269abf3fd566b87", "status": "passed", "attachments": [{"name": "response.headers", "source": "ced25d01-c4bc-4160-a4f4-a36f9e4c4404-attachment.json", "type": "application/json"}], "start": 1775604247875, "stop": 1775604247875}], "attachments": [{"name": "cURL", "source": "375b7820-c821-4b48-a23f-7e01e5a0257a-attachment.txt", "type": "text/plain"}], "start": 1775604247874, "stop": 1775604247875}, {"name": "GET → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "54c2ba46-2cb7-452c-a473-a04086491bf5-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "2dda0b2d-053e-42a3-9ba3-bac3f8755f01-attachment.json", "type": "application/json"}], "start": 1775604247908, "stop": 1775604247909}, {"name": "Response → 200, trace_id: dcd819e25e8a676dc2ab8180058b9406", "status": "passed", "attachments": [{"name": "response.headers", "source": "b1b4c3ce-dc02-4014-8be8-9c8e0abd4387-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "61e5c7b0-b2a5-4839-bd6f-61312a566f79-attachment.json", "type": "application/json"}], "start": 1775604247909, "stop": 1775604247909}], "attachments": [{"name": "cURL", "source": "6baeab25-1a52-45e5-bf5c-262cea33c158-attachment.txt", "type": "text/plain"}], "start": 1775604247908, "stop": 1775604247909}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/consolidation/cell-pre/bind-task-boxes", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "b432e79d-0d14-40eb-8f7c-cdf3137febb2-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "b1d58bc0-a477-4ef3-8d5f-5575753b806f-attachment.json", "type": "application/json"}], "start": 1775604247936, "stop": 1775604247936}, {"name": "Response → 200, trace_id: ad854319e90a27f9e221c747c22ad407", "status": "passed", "attachments": [{"name": "response.headers", "source": "6a9e93e5-d970-4089-baee-2e683dc8e9bc-attachment.json", "type": "application/json"}], "start": 1775604247936, "stop": 1775604247936}], "attachments": [{"name": "cURL", "source": "1b1f2212-730a-47eb-87a4-e637036cbd81-attachment.txt", "type": "text/plain"}], "start": 1775604247936, "stop": 1775604247936}, {"name": "Waiter function: wait_consolidation_task_start", "status": "passed", "steps": [{"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/consolidation/tasks/start", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "b4da1d2d-3c8a-4612-b250-c6771ef804f0-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "05d687e2-7a16-47ed-b9a5-3818f7fa7a29-attachment.json", "type": "application/json"}], "start": 1775604248407, "stop": 1775604248408}, {"name": "Response → 200, trace_id: 55575b9d817159401a11a91798283ec1", "status": "passed", "attachments": [{"name": "response.headers", "source": "d397ec6e-9547-4797-b25e-5c0865a65706-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "59d6e500-3944-4fcd-a6f1-8a4e17681ec9-attachment.json", "type": "application/json"}], "start": 1775604248408, "stop": 1775604248408}], "attachments": [{"name": "cURL", "source": "67d21e92-4d74-460c-9eea-2c8067bd4ac0-attachment.txt", "type": "text/plain"}], "start": 1775604248407, "stop": 1775604248408}], "start": 1775604247939, "stop": 1775604248411}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/consolidation/tasks/finish", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "cae19ee5-5aaf-4fb7-920d-be7d72543f22-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "493b99c1-176c-4ec7-b316-0d7bb507cc06-attachment.json", "type": "application/json"}], "start": 1775604248491, "stop": 1775604248492}, {"name": "Response → 200, trace_id: 60f9825d9c82461c6a41e4cf10aae480", "status": "passed", "attachments": [{"name": "response.headers", "source": "91c11539-b2f2-4fd5-9743-70e18d52b0df-attachment.json", "type": "application/json"}], "start": 1775604248492, "stop": 1775604248492}], "attachments": [{"name": "cURL", "source": "96734112-ecef-4686-897c-0e39c306b29f-attachment.txt", "type": "text/plain"}], "start": 1775604248491, "stop": 1775604248492}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/sorting/create-task", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "dec5f88b-8968-4d17-b6fa-f87bbef9a176-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "39954a2f-f74f-456a-bd02-a2ddc8626a66-attachment.json", "type": "application/json"}], "start": 1775604248527, "stop": 1775604248527}, {"name": "Response → 200, trace_id: 04c2bac112aa84274e25584163bd18b4", "status": "passed", "attachments": [{"name": "response.headers", "source": "cdec1de1-8ab7-469e-9707-ec28c6c42035-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "54ba6b65-c084-45c8-9423-230ee809dc85-attachment.json", "type": "application/json"}], "start": 1775604248527, "stop": 1775604248527}], "attachments": [{"name": "cURL", "source": "7abfeaf8-7e54-4db1-9b94-16f261f4dbd9-attachment.txt", "type": "text/plain"}], "start": 1775604248527, "stop": 1775604248528}, {"name": "GET → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/sorting/boxes", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "d24973d7-06af-4796-af16-9a67bd26f6a5-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "e901ea07-23c2-4920-8b1a-654dc89d4eef-attachment.json", "type": "application/json"}], "start": 1775604248570, "stop": 1775604248570}, {"name": "Response → 200, trace_id: ae0a243a2b0f87eacce8a16bd9365c99", "status": "passed", "attachments": [{"name": "response.headers", "source": "437c03a4-b417-404b-8321-d4dbed6d5e7f-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "4c608f78-bd68-469b-8484-9bfe04eccf22-attachment.json", "type": "application/json"}], "start": 1775604248571, "stop": 1775604248571}], "attachments": [{"name": "cURL", "source": "c80ef6cc-9bd9-4898-a71e-6a14aa675e6d-attachment.txt", "type": "text/plain"}], "start": 1775604248570, "stop": 1775604248571}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/sorting/add-box-to-task", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "251e01a8-4d0e-49f7-95eb-833fc586e9d8-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "fb6c3c84-aebb-4bfe-971b-50910a67e2e4-attachment.json", "type": "application/json"}], "start": 1775604248620, "stop": 1775604248620}, {"name": "Response → 200, trace_id: 726b79e863f08190eef01f65f7c9da8e", "status": "passed", "attachments": [{"name": "response.headers", "source": "d3d150af-0ab0-4b8e-a821-cade36e6ce71-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "24d18c54-fae9-4ac9-8e2f-84dcea229c6e-attachment.json", "type": "application/json"}], "start": 1775604248620, "stop": 1775604248620}], "attachments": [{"name": "cURL", "source": "7c10f221-c010-4cc8-883e-0f8c1590b0ff-attachment.txt", "type": "text/plain"}], "start": 1775604248620, "stop": 1775604248620}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/sorting/move-in-progress?sortingTaskId=161087", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "6524570a-7e86-438a-9cd8-089717834f33-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "254c2fab-06e4-4277-a0bb-931b9d042e36-attachment.json", "type": "application/json"}], "start": 1775604248643, "stop": 1775604248643}, {"name": "Response → 200, trace_id: 782176870a12fab91235d8b10f2ea8cf", "status": "passed", "attachments": [{"name": "response.headers", "source": "52c081c8-2dfa-4236-b386-41af74088e5e-attachment.json", "type": "application/json"}], "start": 1775604248643, "stop": 1775604248643}], "attachments": [{"name": "cURL", "source": "bd7e45e1-58b8-4f63-ab3c-3c71e83c7ee5-attachment.txt", "type": "text/plain"}], "start": 1775604248643, "stop": 1775604248643}, {"name": "POST → https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/api/v1/account/set-worker-location", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "30e20279-6f2e-46e2-ba24-1c1b6bf9eb37-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "3ce3221a-99a3-4081-a432-fcd575843ea8-attachment.json", "type": "application/json"}], "start": 1775604248680, "stop": 1775604248680}, {"name": "Response → 200, trace_id: fa0b2e9e13ad88691af9ca94d86ea020", "status": "passed", "attachments": [{"name": "response.headers", "source": "db2b4585-558a-48fc-bd13-e01be4a5984e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "fc37c2cf-2a58-4657-b79d-beb7fd8e38ea-attachment.json", "type": "application/json"}], "start": 1775604248680, "stop": 1775604248680}], "attachments": [{"name": "cURL", "source": "2f84fe0b-5d28-4071-a5da-0b6ed393ccb8-attachment.txt", "type": "text/plain"}], "start": 1775604248680, "stop": 1775604248680}, {"name": "GET → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/sorting/ORDER/check-requirements", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "e8a6e9cb-6356-4d78-ba96-7bc933499b22-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "ec5c1d21-72a3-4389-a615-f4d5cf5668c5-attachment.json", "type": "application/json"}], "start": 1775604248749, "stop": 1775604248749}, {"name": "Response → 200, trace_id: 3eb2eba429df5b42a0901765799094ab", "status": "passed", "attachments": [{"name": "response.headers", "source": "18711ce1-5109-47da-8979-e1d8290bbe17-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "308c5be2-b3a9-44de-8951-89ef35809bcd-attachment.json", "type": "application/json"}], "start": 1775604248749, "stop": 1775604248749}], "attachments": [{"name": "cURL", "source": "a8fb91fe-7618-4241-a5bd-078c3f30523c-attachment.txt", "type": "text/plain"}], "start": 1775604248749, "stop": 1775604248749}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/sorting/ORDER/box/complete", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "09e4b6f7-57f5-460c-b619-0e1c9c219c3d-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "757f1ab1-1229-42c2-a9d7-304ee426dc9c-attachment.json", "type": "application/json"}], "start": 1775604248790, "stop": 1775604248790}, {"name": "Response → 200, trace_id: 3bcc344620fa4a74169a82e347644eb2", "status": "passed", "attachments": [{"name": "response.headers", "source": "1bac9e43-7d84-44ea-af2f-10a8b07a2ade-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "64af9076-0ce6-487d-895d-40997251887d-attachment.json", "type": "application/json"}], "start": 1775604248790, "stop": 1775604248790}], "attachments": [{"name": "cURL", "source": "8b8051aa-1737-4d57-9b4c-fda7466cb678-attachment.txt", "type": "text/plain"}], "start": 1775604248790, "stop": 1775604248790}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/sorting/multi-barcode/box", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "e57a4478-cf23-4bac-9613-31ae83eae60b-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "f2ee541b-1714-4771-bbc2-9dc825fd1439-attachment.json", "type": "application/json"}], "start": 1775604248834, "stop": 1775604248834}, {"name": "Response → 200, trace_id: a8a88bccc06d1f35de598372b218dd82", "status": "passed", "attachments": [{"name": "response.headers", "source": "025caf5a-3bf8-495c-94b4-1b29fa279f23-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "d8e8fd84-68be-40b8-8ab5-750806f227fa-attachment.json", "type": "application/json"}], "start": 1775604248834, "stop": 1775604248834}], "attachments": [{"name": "cURL", "source": "ccddd3b9-178e-48ee-9b6a-95e945401b9d-attachment.txt", "type": "text/plain"}], "start": 1775604248833, "stop": 1775604248834}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "d61ead84-2420-4b95-a86b-fa81ffa1a2fe-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "e2a120a0-c937-4c28-98e8-9b001f4766e8-attachment.json", "type": "application/json"}], "start": 1775604248850, "stop": 1775604248851}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/assign/cell?orderId=4278192636&wallCellBarcode=12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "2f6a374c-4193-403d-9cd8-1e389866c579-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "51cf5e5b-96c9-4e82-a52e-be026334cc96-attachment.json", "type": "application/json"}], "start": 1775604248893, "stop": 1775604248893}, {"name": "Response → 200, trace_id: 1df1800a33064ea4291a66f05e928b33", "status": "passed", "attachments": [{"name": "response.headers", "source": "4648b24b-ed05-4f42-a54b-54d831ec32c0-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "ab9a1ce8-4271-483a-85c3-f25c7dfb4927-attachment.txt", "type": "text/plain"}], "start": 1775604248893, "stop": 1775604248893}], "attachments": [{"name": "cURL", "source": "a2aa23ca-dca1-4069-9d41-6d57a7f7ddc8-attachment.txt", "type": "text/plain"}], "start": 1775604248893, "stop": 1775604248893}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "6c63c8af-278a-481b-8e0c-f841a5e94d9e-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "0928fba3-a3a7-4d16-b535-c71443f739d9-attachment.json", "type": "application/json"}], "start": 1775604248904, "stop": 1775604248904}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/wall/cell/add", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "7e38a1c7-2d1b-421e-a3ba-afc2cc9c27b8-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "4883d8ea-4bc0-4506-8210-a145717ea77f-attachment.json", "type": "application/json"}], "start": 1775604249969, "stop": 1775604249969}, {"name": "Response → 200, trace_id: a0da578ed7dc3ef6b621dcc52d6d5167", "status": "passed", "attachments": [{"name": "response.headers", "source": "b2a09623-cf2e-4940-8741-7947878f38fa-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "95a50555-e7ca-4ad2-86fb-4cdac73f8f17-attachment.json", "type": "application/json"}], "start": 1775604249969, "stop": 1775604249969}], "attachments": [{"name": "cURL", "source": "eb7b38c2-656d-4cce-bb48-aa76565c67ed-attachment.txt", "type": "text/plain"}], "start": 1775604249969, "stop": 1775604249969}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/sorting/ORDER/box/complete", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "a1309bda-cc9e-499b-ad6c-4966cc5f8a6b-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "89ea94fb-e7e7-44cc-a647-67258208e34a-attachment.json", "type": "application/json"}], "start": 1775604249994, "stop": 1775604249994}, {"name": "Response → 200, trace_id: 933773699e27295fe6f6e8421f7e57b5", "status": "passed", "attachments": [{"name": "response.headers", "source": "7f5d94d8-537c-420b-8a91-c8a314b46d61-attachment.json", "type": "application/json"}], "start": 1775604249994, "stop": 1775604249994}], "attachments": [{"name": "cURL", "source": "7cb393a4-6d67-4d9d-bb82-09f5792a87e1-attachment.txt", "type": "text/plain"}], "start": 1775604249994, "stop": 1775604249994}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/sorting/complete-task", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "aefb6c8e-15a9-4c9f-bc01-12809f057259-attachment.json", "type": "application/json"}], "start": 1775604250017, "stop": 1775604250018}, {"name": "Response → 200, trace_id: 76d6918891eb782c2a4c30dc6d6908e7", "status": "passed", "attachments": [{"name": "response.headers", "source": "7dff90d5-54ac-4a02-9622-3ac56f40b06e-attachment.json", "type": "application/json"}], "start": 1775604250018, "stop": 1775604250018}], "attachments": [{"name": "cURL", "source": "5b584a6f-815e-4006-95c0-d7b37c15b882-attachment.txt", "type": "text/plain"}], "start": 1775604250017, "stop": 1775604250018}, {"name": "AssemblyPackingTable add to database", "status": "passed", "steps": [{"name": "SQLAlchemy query INSERT ", "status": "passed", "attachments": [{"name": "query", "source": "1cb7d7a1-8910-4037-8ef0-aeddcdbd7b75-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "2845f2df-3db2-477a-aa05-047b692459a1-attachment.json", "type": "application/json"}], "start": 1775604250021, "stop": 1775604250021}], "start": 1775604250020, "stop": 1775604250022}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/assembly/packing-tables/bind-worker", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "317906c8-daad-41ca-a78d-fa2182a83945-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "25a44439-f484-4d26-a46d-e6ace9d4bddb-attachment.json", "type": "application/json"}], "start": 1775604250053, "stop": 1775604250053}, {"name": "Response → 200, trace_id: c229e4742ecd2973363f1225bc668131", "status": "passed", "attachments": [{"name": "response.headers", "source": "cccec386-fcbc-47dd-b7ad-2457e7f39bbc-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "09fde971-18fb-4719-b891-16421fa157cd-attachment.json", "type": "application/json"}], "start": 1775604250053, "stop": 1775604250053}], "attachments": [{"name": "cURL", "source": "eefa6bc7-460b-4a0d-a5f3-a9d4defd20fc-attachment.txt", "type": "text/plain"}], "start": 1775604250053, "stop": 1775604250053}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/assembly/big-bags/generate", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "3ab13d3e-aed2-454a-8fac-7be1e8663746-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "68382595-1ae1-4c3d-adcb-e164f2827b02-attachment.json", "type": "application/json"}], "start": 1775604250084, "stop": 1775604250084}, {"name": "Response → 200, trace_id: bb1fa6b7bedf046a6cb08d5936bc3a18", "status": "passed", "attachments": [{"name": "response.headers", "source": "76abcd27-5828-45a7-9797-4e59775123d3-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "73388fa5-71b3-4518-88a4-e0b28985589a-attachment.json", "type": "application/json"}], "start": 1775604250084, "stop": 1775604250084}], "attachments": [{"name": "cURL", "source": "5d234b14-7552-4443-97a5-2eaed73ae014-attachment.txt", "type": "text/plain"}], "start": 1775604250084, "stop": 1775604250084}, {"name": "Waiter function: wait_big_bag_status", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "5ab2cbf1-8e76-4b44-9f60-df3090b1e544-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "c142bdd6-45ef-4215-8bad-e260ce7ace4d-attachment.json", "type": "application/json"}], "start": 1775604250102, "stop": 1775604250102}], "start": 1775604250086, "stop": 1775604250102}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/assembly/packing-tables/bind-big-bag", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "7ee80506-2a50-477a-a43f-15079765b995-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "cb1d34b1-6359-48df-a90e-73fd3ef66d40-attachment.json", "type": "application/json"}], "start": 1775604250135, "stop": 1775604250135}, {"name": "Response → 200, trace_id: e75d1cf9c5fbfa9b259ccaf0032a9396", "status": "passed", "attachments": [{"name": "response.headers", "source": "baf4208f-fe44-4d30-8ac8-f41ef94b6804-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "9ec2c117-8e56-47ba-9ab9-5a41159b2cff-attachment.json", "type": "application/json"}], "start": 1775604250135, "stop": 1775604250136}], "attachments": [{"name": "cURL", "source": "0d24a1bc-dd4c-439d-ac89-0fcf75e3c1a9-attachment.txt", "type": "text/plain"}], "start": 1775604250135, "stop": 1775604250136}, {"name": "Waiter function: wait_big_bag_status", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "375a6434-dd2c-4966-a29d-821e01881d4b-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "9f292480-5004-4785-8ffe-270dd81b64d4-attachment.json", "type": "application/json"}], "start": 1775604250142, "stop": 1775604250142}], "start": 1775604250138, "stop": 1775604250142}, {"name": "GET → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/order", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "30b240d0-7c5f-4913-af81-775ac2269297-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "b193917b-bcce-4bff-ad17-9fb9ffa2b5b4-attachment.json", "type": "application/json"}], "start": 1775604250170, "stop": 1775604250171}, {"name": "Response → 200, trace_id: 7931a77cdec7799c84da3e38fda65864", "status": "passed", "attachments": [{"name": "response.headers", "source": "6ebaef56-1871-405e-bd46-b7beef9f2d33-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "cf9411f6-7b0f-4884-b763-c90ab40976ab-attachment.json", "type": "application/json"}], "start": 1775604250171, "stop": 1775604250171}], "attachments": [{"name": "cURL", "source": "91e28386-c11d-4956-b647-3f0a48545e9b-attachment.txt", "type": "text/plain"}], "start": 1775604250170, "stop": 1775604250171}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/order/packing/add", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "b4d0ad42-307d-4749-a4f6-739fff434ece-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "53ae8412-889a-4276-9bfa-b9e5f88fe285-attachment.json", "type": "application/json"}], "start": 1775604250216, "stop": 1775604250217}, {"name": "Response → 200, trace_id: f3e1b1f623897961e09461d85db3a7f0", "status": "passed", "attachments": [{"name": "response.headers", "source": "aab4f863-6485-4a86-8c43-f3fdd5229102-attachment.json", "type": "application/json"}], "start": 1775604250217, "stop": 1775604250217}], "attachments": [{"name": "cURL", "source": "6259452f-657d-4d25-8f74-f6e899f542b8-attachment.txt", "type": "text/plain"}], "start": 1775604250216, "stop": 1775604250217}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/order/packing/add", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "48942890-6bbb-4d6d-bfb5-6203b45923f7-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "6cf0a817-1aa4-4141-8613-6ca56ed71e65-attachment.json", "type": "application/json"}], "start": 1775604250258, "stop": 1775604250259}, {"name": "Response → 200, trace_id: 114833a6de3f721a48e56dc038d10947", "status": "passed", "attachments": [{"name": "response.headers", "source": "fc5f2662-b7df-493c-9a15-afe8e67fd7c7-attachment.json", "type": "application/json"}], "start": 1775604250259, "stop": 1775604250259}], "attachments": [{"name": "cURL", "source": "1986261e-2d51-4116-8ad3-6acc2c9bbaef-attachment.txt", "type": "text/plain"}], "start": 1775604250258, "stop": 1775604250259}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/order/packing/add", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "bb46bcbe-4412-42be-8d94-83b21d1c34b6-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "0d07568c-242b-4c88-8e70-a76de8fc18c1-attachment.json", "type": "application/json"}], "start": 1775604250297, "stop": 1775604250297}, {"name": "Response → 200, trace_id: 39691737267df76eeeefc82b0afa8254", "status": "passed", "attachments": [{"name": "response.headers", "source": "0f31b7e3-1a21-40f9-8def-a83b4666fc16-attachment.json", "type": "application/json"}], "start": 1775604250297, "stop": 1775604250298}], "attachments": [{"name": "cURL", "source": "7f091637-0666-4956-bcb7-5f0dfbcb5780-attachment.txt", "type": "text/plain"}], "start": 1775604250297, "stop": 1775604250298}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/order/packing/add", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "61a9253e-a9db-475b-9f69-8f9d75796115-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "4407240e-a2c4-4100-b840-442441015920-attachment.json", "type": "application/json"}], "start": 1775604250338, "stop": 1775604250338}, {"name": "Response → 200, trace_id: b9c6975230749a37d78578c60a22f00d", "status": "passed", "attachments": [{"name": "response.headers", "source": "8c252b27-d4f9-47d4-b347-358fa1850f75-attachment.json", "type": "application/json"}], "start": 1775604250338, "stop": 1775604250338}], "attachments": [{"name": "cURL", "source": "6588c09d-23c1-438e-81f9-d978509234ce-attachment.txt", "type": "text/plain"}], "start": 1775604250338, "stop": 1775604250338}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/order/packing/add", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "dfdf54ff-ac3d-4094-bcf3-537076d5a0d2-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "63327f34-a88e-493a-b818-59c09ce4e089-attachment.json", "type": "application/json"}], "start": 1775604250379, "stop": 1775604250379}, {"name": "Response → 200, trace_id: e602b9483d8784836a4b4b3d6c39a96b", "status": "passed", "attachments": [{"name": "response.headers", "source": "a2b5098e-38b9-4244-9c51-843085e0ebc7-attachment.json", "type": "application/json"}], "start": 1775604250379, "stop": 1775604250379}], "attachments": [{"name": "cURL", "source": "b3d303a1-13ae-4bdb-951d-236f117b0387-attachment.txt", "type": "text/plain"}], "start": 1775604250379, "stop": 1775604250379}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/order/packing/add", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "22fef1b8-28ab-4fd0-87ab-9d4c7bc4ba90-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "6a3a21f3-2d0f-476d-bd8d-c8b6a486e135-attachment.json", "type": "application/json"}], "start": 1775604250421, "stop": 1775604250422}, {"name": "Response → 200, trace_id: 944107ea9fb2bced1b1a85eccdcd002d", "status": "passed", "attachments": [{"name": "response.headers", "source": "dee3b2a5-f533-4697-b45e-38558dd22f15-attachment.json", "type": "application/json"}], "start": 1775604250422, "stop": 1775604250422}], "attachments": [{"name": "cURL", "source": "0db073fb-f560-43e3-9b14-3bdacfd8fe46-attachment.txt", "type": "text/plain"}], "start": 1775604250421, "stop": 1775604250422}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/order/packing/add", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "004317e3-e138-4f76-ae06-7ee4d98c225f-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "120919c6-d959-4598-af8c-e885caf33a34-attachment.json", "type": "application/json"}], "start": 1775604250463, "stop": 1775604250464}, {"name": "Response → 200, trace_id: 0f5c4d6b523b6185dda621eece5986c7", "status": "passed", "attachments": [{"name": "response.headers", "source": "884076c6-f9da-47d6-bc97-f047aab3aba8-attachment.json", "type": "application/json"}], "start": 1775604250464, "stop": 1775604250464}], "attachments": [{"name": "cURL", "source": "e2ea881f-fca0-4baf-994c-b1159d40cb39-attachment.txt", "type": "text/plain"}], "start": 1775604250463, "stop": 1775604250464}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/order/packing/add", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "503834ee-b0a1-40fb-8a48-d3b20f58e0a0-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "167659d2-d368-4bf6-90ec-c46c82c8e9b0-attachment.json", "type": "application/json"}], "start": 1775604250504, "stop": 1775604250504}, {"name": "Response → 200, trace_id: 142f2f26ac584a2d1920c764a55b6fe0", "status": "passed", "attachments": [{"name": "response.headers", "source": "d9a95800-d410-4520-8f65-71ee0e1d2e2d-attachment.json", "type": "application/json"}], "start": 1775604250504, "stop": 1775604250504}], "attachments": [{"name": "cURL", "source": "22d30b84-6235-4f29-b48f-60f6585ea622-attachment.txt", "type": "text/plain"}], "start": 1775604250504, "stop": 1775604250504}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/order/packing/add", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "b513d810-a626-470a-9a30-116826df263f-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "6fb105db-6b51-459b-a3b9-9922ff245024-attachment.json", "type": "application/json"}], "start": 1775604250546, "stop": 1775604250546}, {"name": "Response → 200, trace_id: 28e438d500cb70d07dbcb1fd99e53c88", "status": "passed", "attachments": [{"name": "response.headers", "source": "57efd096-3fd5-4d2e-847d-4971a71d060a-attachment.json", "type": "application/json"}], "start": 1775604250546, "stop": 1775604250546}], "attachments": [{"name": "cURL", "source": "d08d8b96-309e-45e8-9603-20d0f0e390fb-attachment.txt", "type": "text/plain"}], "start": 1775604250546, "stop": 1775604250546}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/order/packing/add", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "630bef34-7d02-4028-a6fc-e6a8b45089f7-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "e03e0023-21ff-4df9-83f6-6b814c650341-attachment.json", "type": "application/json"}], "start": 1775604250588, "stop": 1775604250588}, {"name": "Response → 200, trace_id: 9ed627f4e7e751891bcffaf3025902c1", "status": "passed", "attachments": [{"name": "response.headers", "source": "07b43103-f7b2-45f2-ba30-f87f1d10286b-attachment.json", "type": "application/json"}], "start": 1775604250588, "stop": 1775604250588}], "attachments": [{"name": "cURL", "source": "d4264722-face-44c0-b4d0-009cb6999849-attachment.txt", "type": "text/plain"}], "start": 1775604250587, "stop": 1775604250588}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/order/update-weight", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "5e189b94-5ffd-480a-ac2f-4450928b71dd-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "b529581d-04b3-4c84-998b-9d240c69b6e1-attachment.json", "type": "application/json"}], "start": 1775604250625, "stop": 1775604250625}, {"name": "Response → 200, trace_id: f0fa88f66422600527331755a2fc26aa", "status": "passed", "attachments": [{"name": "response.headers", "source": "2defb7fe-c25c-4370-bd6f-1d039a2ddc32-attachment.json", "type": "application/json"}], "start": 1775604250625, "stop": 1775604250625}], "attachments": [{"name": "cURL", "source": "1051c315-26d7-4a97-8424-3ac06a6ee454-attachment.txt", "type": "text/plain"}], "start": 1775604250625, "stop": 1775604250625}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/order/update-weight", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "01386e5f-5d92-4939-bd2b-6b101f288c4d-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "ab3f5a56-74ac-4c9d-aac4-05a8fe6a1cde-attachment.json", "type": "application/json"}], "start": 1775604250666, "stop": 1775604250666}, {"name": "Response → 200, trace_id: dfd7b2a629b0e87fe0d2c09fff955096", "status": "passed", "attachments": [{"name": "response.headers", "source": "7db24f36-551d-4737-93ce-912ba10ead90-attachment.json", "type": "application/json"}], "start": 1775604250666, "stop": 1775604250667}], "attachments": [{"name": "cURL", "source": "68317a1f-0b17-43e8-aa40-a1173cec0e05-attachment.txt", "type": "text/plain"}], "start": 1775604250666, "stop": 1775604250667}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/assembly/big-bags/close", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "0632e3e3-9cb0-4935-bedc-ac5d7f69f538-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "ce7afa32-f200-43c6-a73c-c2f563ae001d-attachment.json", "type": "application/json"}], "start": 1775604251098, "stop": 1775604251098}, {"name": "Response → 200, trace_id: 8ee408ee02bdb7e16ec483415bf930fa", "status": "passed", "attachments": [{"name": "response.headers", "source": "2427393f-6491-45c1-829f-03aebf7f4412-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "990e6832-0de4-4582-a2e4-78ef468dad6e-attachment.json", "type": "application/json"}], "start": 1775604251098, "stop": 1775604251099}], "attachments": [{"name": "cURL", "source": "f0639f27-19a1-4c62-8a86-12cf70467780-attachment.txt", "type": "text/plain"}], "start": 1775604251098, "stop": 1775604251099}, {"name": "Waiter function: wait_big_bag_status", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "1b2e43c4-658c-4e99-b469-f3b40baec5be-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "ab5378bb-860a-4e37-b74c-97d680ec183d-attachment.json", "type": "application/json"}], "start": 1775604251106, "stop": 1775604251107}], "start": 1775604251102, "stop": 1775604251107}, {"name": "Waiter function: wait_big_bag_by_order_id", "status": "passed", "start": 1775604251107, "stop": 1775604251110}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/assembly/packing-tables/unbind-worker", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "76560c01-616e-40c0-b4a6-5451eead7242-attachment.json", "type": "application/json"}], "start": 1775604251130, "stop": 1775604251130}, {"name": "Response → 200, trace_id: 7767ea1b074c602d01c17126266d9cbf", "status": "passed", "attachments": [{"name": "response.headers", "source": "6b63ea19-3d11-4133-b655-623dd9049abe-attachment.json", "type": "application/json"}], "start": 1775604251130, "stop": 1775604251130}], "attachments": [{"name": "cURL", "source": "88752ee8-a403-4209-80f9-aedfbd673525-attachment.txt", "type": "text/plain"}], "start": 1775604251130, "stop": 1775604251130}, {"name": "Waiter function: wait_big_bags_ship", "status": "passed", "steps": [{"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/assembly/big-bags/ship", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "776e6181-9361-41f0-9570-1cc7d8ddd502-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "6bcd127c-9eea-4eb1-bed5-200c2d27de2b-attachment.json", "type": "application/json"}], "start": 1775604254512, "stop": 1775604254513}, {"name": "Response → 200, trace_id: da8f5b30eea549a761af24a2acecf14b", "status": "passed", "attachments": [{"name": "response.headers", "source": "b5654f0b-a646-4a2d-b6e6-1e64340e6d46-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "8638f443-1e4a-4a24-8b64-6d3a93b39bf9-attachment.json", "type": "application/json"}], "start": 1775604254513, "stop": 1775604254513}], "attachments": [{"name": "cURL", "source": "b7502b92-cd52-4286-a33c-7692286353d2-attachment.txt", "type": "text/plain"}], "start": 1775604254512, "stop": 1775604254513}], "start": 1775604251133, "stop": 1775604254517}, {"name": "Waiter function: wait_big_bag_status", "status": "passed", "steps": [{"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "c18b3ab5-bf13-4140-b247-4c8630c9dedd-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "8cc59b78-c556-46cf-a548-b4a58b390ca8-attachment.json", "type": "application/json"}], "start": 1775604254521, "stop": 1775604254521}], "start": 1775604254517, "stop": 1775604254521}, {"name": "Waiter function: wait_order_order", "status": "passed", "start": 1775604254521, "stop": 1775604257525}], "start": 1775604236882, "stop": 1775604257525}, {"name": "POST → https://dm-ff-be-facade-gateway.k8s-review.dailymail-tech.uz/wms/order/internal/order/delivering-order-info", "status": "failed", "statusDetails": {"message": "AssertionError: 405 POST https://dm-ff-be-facade-gateway.k8s-review.dailymail-tech.uz/wms/order/internal/order/delivering-order-info: {\"timestamp\":\"2026-04-07T23:24:17.551+00:00\",\"status\":405,\"error\":\"Method Not Allowed\",\"message\":\"Request method 'POST' not supported\",\"path\":\"/internal/order/delivering-order-info\"}, x-aer-trace-id: 6940ed605c4d22229c56371a867b0843\n", "trace": "  File \"/app/src/framework/common/api.py\", line 288, in request\n    cls._validator.validate_status_code(response, allowed_status_codes, method=method)\n  File \"/app/src/framework/common/api.py\", line 138, in validate_status_code\n    raise AssertionError(\n"}, "attachments": [{"name": "Request", "source": "431cfa3b-0bb8-49ef-8d55-6e742ac65a5d-attachment.json", "type": "application/json"}, {"name": "Response", "source": "b0f26708-4d64-4959-9887-1e46d4dc9a04-attachment.json", "type": "application/json"}], "start": 1775604257525, "stop": 1775604257553}], "attachments": [{"name": "log", "source": "8a9eb308-c71a-4de1-9e1b-8feafcfa40c2-attachment.txt", "type": "text/plain"}], "parameters": [{"name": "wms_providers", "value": "{'provider': WMSProvider(last_mile='YaMarket', city_id=<DeliveryCityId.ALIEXPRESS_UZ: 11>, delivery_point_id=<DeliveryPointId.ALIEXPRESS_UZ: 12>, last_mile_id=<DeliveryLastMileId.ALIEXPRESS_UZ: 12>, first_mile_id=<DeliveryFirstMileId.Uzbekistan: 12>, assembly_group_id=<AssemblyGroupId.ALIEXPRESS_UZ: 12>, order_source=<OrderSource.YaMarket: 'YaMarket'>, provider_name='YaMarket'), 'warehouse': WMSWarehouse(id=1693627, first_mile_id=<DeliveryFirstMileId.Uzbekistan: 12>, ff_id='WH_TASHKENT', hub_last_mile_id=0, providers=[WMSProvider(last_mile='YaMarket', city_id=<DeliveryCityId.ALIEXPRESS_UZ: 11>, delivery_point_id=<DeliveryPointId.ALIEXPRESS_UZ: 12>, last_mile_id=<DeliveryLastMileId.ALIEXPRESS_UZ: 12>, first_mile_id=<DeliveryFirstMileId.Uzbekistan: 12>, assembly_group_id=<AssemblyGroupId.ALIEXPRESS_UZ: 12>, order_source=<OrderSource.YaMarket: 'YaMarket'>, provider_name='YaMarket')], name='Uzbekistan', description='Бонд Узбекистан', use_datamatrix=False, user=WMSAccount(wms_id=33349, phone='3335000010', role_wms_id=23, zone_id=None, patronymic=None, last_name='', password='1234', first_name='', token='', refresh_token=''), storage_cell=<StorageCells.MA1_1_1_01: 'MA1-1-1-01'>, defected_cell=<DefectedCells.BR_01_01_1_05: 'BR-01-01-1-05'>, overage_cell=<OverageCells.IZ_1_01_01_1_05: 'IZ-1-01-01-1-05'>, weighing_cell=<WeighingCells.WT_1_11_1: 'WT-1-01-1'>, packing_table=<PackingTable.UP_AUTOTEST_01: 'UP-AUTOTEST-01'>, packing_zone_id='', qa_zone=<WMSZoneIds.QA_UZ_ZONE: 31>, email=None, phone=None)}"}], "start": 1775604236882, "stop": 1775604257553, "uuid": "bb2b1f87-b45c-4e5f-b956-a745e8c91c03", "historyId": "7d260a21cd478bbc2eb7ac10f02912f4", "testCaseId": "9c8e78d70f21f5b03bce3045b89b1458", "fullName": "tests.fulfillment.test_gateway.test_gateway.TestGateway#test_gateway_order_delivery_info", "labels": [{"name": "feature", "value": "Service Gateway Order"}, {"name": "tag", "value": "dm-ff-be-facade-gateway"}, {"name": "parentSuite", "value": "tests.fulfillment.test_gateway"}, {"name": "suite", "value": "test_gateway"}, {"name": "subSuite", "value": "TestGateway"}, {"name": "host", "value": "runner-1rdl4o-mi-project-9-concurrent-0-10jmh3qi"}, {"name": "thread", "value": "22-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "tests.fulfillment.test_gateway.test_gateway"}], "titlePath": ["tests", "fulfillment", "test_gateway", "test_gateway.py", "TestGateway"]}