{"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-06T23:24:14.239+00:00\",\"status\":405,\"error\":\"Method Not Allowed\",\"message\":\"Request method 'POST' not supported\",\"path\":\"/internal/order/delivering-order-info\"}, x-aer-trace-id: ebd02391315422917a229641f5e83557", "trace": "self = <tests.fulfillment.test_gateway.test_gateway.TestGateway object at 0x7d6548a7c990>\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 0x7d6546587a90>)\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-06T23:24:14.239+00:00\",\"status\":405,\"error\":\"Method Not Allowed\",\"message\":\"Request method 'POST' not supported\",\"path\":\"/internal/order/delivering-order-info\"}, x-aer-trace-id: ebd02391315422917a229641f5e83557\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": "57cabcc3-987d-40c1-aadd-83c7c6659d31-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "f47e1c00-a13d-43e9-9e07-d3f20ccf09cd-attachment.json", "type": "application/json"}], "start": 1775517839744, "stop": 1775517839744}, {"name": "AssemblyPackingTable add to database", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "feea7657-289c-4d85-9df6-be1dcd0745c6-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "f388541f-958c-4474-827b-e155a81c91f9-attachment.json", "type": "application/json"}], "start": 1775517839850, "stop": 1775517839851}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "55e1ceb1-9d5e-4c8c-8ea6-b19bbfe5bb65-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "dcc97b4d-4ca4-4d01-87ee-7fcfb40d5c17-attachment.json", "type": "application/json"}], "start": 1775517839852, "stop": 1775517839852}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "f2764314-7d8a-4f8d-8997-ff295dcb0d0a-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "3139dfa7-8241-4050-a3cf-6b940d6c5c9e-attachment.json", "type": "application/json"}], "start": 1775517839853, "stop": 1775517839853}, {"name": "SQLAlchemy query INSERT ", "status": "passed", "attachments": [{"name": "query", "source": "26f29cb7-c3eb-46b3-9d28-0f1bb31079e0-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "d1d1739d-fb06-47b8-a0a3-9e93f35e40f9-attachment.json", "type": "application/json"}], "start": 1775517839855, "stop": 1775517839855}], "start": 1775517839840, "stop": 1775517839858}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "41c9006a-a24e-4508-abc0-79368886c723-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "8ac0422e-8227-40e8-a69d-e19d3fe965cc-attachment.json", "type": "application/json"}], "start": 1775517839870, "stop": 1775517839870}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "29cf4517-32d8-40df-93d1-01237e833773-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "4b647ccb-c592-43d1-8c9f-31147169ff83-attachment.json", "type": "application/json"}], "start": 1775517839871, "stop": 1775517839871}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "6d23084d-756c-43fd-870a-743f5587ab8f-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "7823a1b4-de74-4b27-ae4e-f21b193a913a-attachment.json", "type": "application/json"}], "start": 1775517839872, "stop": 1775517839872}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "7c0384e0-2d52-4779-a8a3-e6314b70eb1c-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "f08c0c8a-1ef5-43e9-8441-693a4cfbc4fb-attachment.json", "type": "application/json"}], "start": 1775517839873, "stop": 1775517839873}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "3e8a9ebb-792a-4b7f-a198-dad6d6a79049-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "ced45be0-f478-4855-a6cc-c621b660ca1a-attachment.json", "type": "application/json"}], "start": 1775517839878, "stop": 1775517839878}, {"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": "a516768e-c347-4108-aa27-7d7f434bdc3e-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "3ba8a605-972c-4764-b8c7-f774586f118b-attachment.json", "type": "application/json"}], "start": 1775517839915, "stop": 1775517839916}, {"name": "Response → 200, trace_id: ec884ae99a172f23610d244adecafea7", "status": "passed", "attachments": [{"name": "response.headers", "source": "6a09c924-6e62-4922-8ba9-4bbdfbb0d085-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "4b223111-fa6d-4cea-970c-2dae8fde4d3c-attachment.json", "type": "application/json"}], "start": 1775517839916, "stop": 1775517839916}], "attachments": [{"name": "cURL", "source": "5ef0048f-c374-4783-909d-beb45a1e2da2-attachment.txt", "type": "text/plain"}], "start": 1775517839915, "stop": 1775517839916}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "0e0b8424-44de-43fa-b3af-7715a305573b-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "723b2628-28e2-4369-ae62-f30478a0347c-attachment.json", "type": "application/json"}], "start": 1775517839922, "stop": 1775517839922}, {"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": "ffb12024-cc07-4753-b625-ec0265c43936-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "3d47856b-346c-4f2b-bff2-a64df299cddf-attachment.json", "type": "application/json"}], "start": 1775517839955, "stop": 1775517839955}, {"name": "Response → 200, trace_id: 05c04512ac9ed4464ade04dcd0bb1184", "status": "passed", "attachments": [{"name": "response.headers", "source": "7586a315-efc8-4d12-98bf-a8e810f0a618-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "6243cd5d-26b6-4aba-bcd0-806ac916f0ed-attachment.json", "type": "application/json"}], "start": 1775517839955, "stop": 1775517839955}], "attachments": [{"name": "cURL", "source": "f68e3c04-750b-4a2c-8518-8cb74f90ac19-attachment.txt", "type": "text/plain"}], "start": 1775517839955, "stop": 1775517839955}], "start": 1775517839923, "stop": 1775517839959}, {"name": "POST → https://dm-ff-be-facade-gateway.k8s-review.dailymail-tech.uz/supply/ya/api/v1/order", "status": "passed", "attachments": [{"name": "Request", "source": "74530cc4-1b62-4dad-b290-123347ad16c3-attachment.json", "type": "application/json"}, {"name": "Response", "source": "ccaed4cf-9ae5-4975-96b2-82777b3c1598-attachment.json", "type": "application/json"}], "start": 1775517839987, "stop": 1775517840022}, {"name": "Waiter function: wait_order_order_by_platform_tracking_code", "status": "passed", "start": 1775517840023, "stop": 1775517842388}, {"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": "b0a444aa-322a-4dae-9130-da7286d352ce-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "a2a1831f-3ebc-4956-bddc-e4cc15beffb3-attachment.json", "type": "application/json"}], "start": 1775517843477, "stop": 1775517843477}, {"name": "Response → 200, trace_id: 3823c210e800d2efa95f801a17fb2772", "status": "passed", "attachments": [{"name": "response.headers", "source": "d81de581-74bb-46c3-815e-75e3f218c1e7-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "97865967-89ad-4b18-b54e-9daa3ccf5ba4-attachment.json", "type": "application/json"}], "start": 1775517843477, "stop": 1775517843477}], "attachments": [{"name": "cURL", "source": "1650b06f-ada9-4c55-beca-91e74861fe24-attachment.txt", "type": "text/plain"}], "start": 1775517843477, "stop": 1775517843477}, {"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": "b77282a2-c5be-4d21-b11f-434768637b59-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "71c5a3b1-824b-43bd-b0dc-a81a225d03fc-attachment.json", "type": "application/json"}], "start": 1775517843530, "stop": 1775517843530}, {"name": "Response → 200, trace_id: 9438cbe15d6f5edf4e64f48da9693b86", "status": "passed", "attachments": [{"name": "response.headers", "source": "a82007b2-f863-4702-aba2-f1b895f121b7-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "653d1288-3429-40fc-b9ec-29ad01a6dbcb-attachment.json", "type": "application/json"}], "start": 1775517843530, "stop": 1775517843530}], "attachments": [{"name": "cURL", "source": "aa71011b-91fc-4102-a901-71b1141abe13-attachment.txt", "type": "text/plain"}], "start": 1775517843530, "stop": 1775517843531}, {"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": "54ea1cdf-2d05-4205-9b47-308994c28ebd-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "0528afff-ed35-4407-a889-693ff729544b-attachment.json", "type": "application/json"}], "start": 1775517843578, "stop": 1775517843578}, {"name": "Response → 200, trace_id: cff212f9fe1df36416354394840660b9", "status": "passed", "attachments": [{"name": "response.headers", "source": "2e286f02-ed6e-4945-ae9c-c79a971c8761-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "f626a32c-64c1-4e67-b826-8f2466d08e1c-attachment.json", "type": "application/json"}], "start": 1775517843578, "stop": 1775517843579}], "attachments": [{"name": "cURL", "source": "4d5b555f-09f1-4cad-902d-2a0b2ccd679b-attachment.txt", "type": "text/plain"}], "start": 1775517843578, "stop": 1775517843579}, {"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": "bfd633ff-cef0-46aa-ae47-e0bb1bc6f346-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "6674a101-37d4-49e6-aee0-44a932c9ba45-attachment.json", "type": "application/json"}], "start": 1775517843623, "stop": 1775517843623}, {"name": "Response → 200, trace_id: 4a1adb5a7d16ed3c4dede6905988e720", "status": "passed", "attachments": [{"name": "response.headers", "source": "01a2515c-b7b6-4ceb-acfb-0b9b52d01259-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "48a4b383-14b3-41fe-9448-fd759d82444d-attachment.json", "type": "application/json"}], "start": 1775517843623, "stop": 1775517843623}], "attachments": [{"name": "cURL", "source": "f820e377-1e90-418e-a7cf-5f56cdfe64d9-attachment.txt", "type": "text/plain"}], "start": 1775517843623, "stop": 1775517843623}, {"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": "4b832cf3-3bea-4ed0-9f54-fea4acd68ee9-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "1ca8d60f-055b-4a98-9b9a-17c99cd3f1e8-attachment.json", "type": "application/json"}], "start": 1775517843665, "stop": 1775517843665}, {"name": "Response → 200, trace_id: 1fa9e59307fd8e951a353529e54c988e", "status": "passed", "attachments": [{"name": "response.headers", "source": "4880f5c6-156b-4e08-94b0-531608a2a3f0-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "76b602fc-de77-4b68-8f56-2b4cbfab546f-attachment.json", "type": "application/json"}], "start": 1775517843665, "stop": 1775517843665}], "attachments": [{"name": "cURL", "source": "a943f601-5e93-44b6-9b4b-25c17d309b5c-attachment.txt", "type": "text/plain"}], "start": 1775517843665, "stop": 1775517843665}, {"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": "24ecc94f-17ec-4dc7-921d-67d887860e77-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "f7d99610-e474-4d70-bcee-782fa3ab52a8-attachment.json", "type": "application/json"}], "start": 1775517843695, "stop": 1775517843695}, {"name": "Response → 200, trace_id: 2f2f9a8b3f3c016d3d8a3b38f6430fed", "status": "passed", "attachments": [{"name": "response.headers", "source": "8bc02cfd-50e6-4698-a168-ae408bcb2c14-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "e8abfabf-23eb-417a-978b-318561feff81-attachment.txt", "type": "text/plain"}], "start": 1775517843695, "stop": 1775517843695}], "attachments": [{"name": "cURL", "source": "e4bf4103-5e57-4ba9-8d14-0f6fabcfbbcb-attachment.txt", "type": "text/plain"}], "start": 1775517843694, "stop": 1775517843695}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/box/assign?boxBarcodes=BX-0000492925&pickingTaskKey=4374f0c79bb250de3ddbd7a78b0d09e6160d2ba607dfcd6971307b9d2c086267", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "aeba6d50-07e4-44f4-81bc-0395bc844176-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "c9a981b1-4151-4fb3-b48d-162baec49be4-attachment.json", "type": "application/json"}], "start": 1775517843723, "stop": 1775517843723}, {"name": "Response → 200, trace_id: d9734d00f317f4a3044b21e3ff94bcae", "status": "passed", "attachments": [{"name": "response.headers", "source": "8ba8391b-6d3f-4dae-a777-f7a280b4d334-attachment.json", "type": "application/json"}], "start": 1775517843723, "stop": 1775517843724}], "attachments": [{"name": "cURL", "source": "0e371488-b4aa-470f-be1d-663939e3de95-attachment.txt", "type": "text/plain"}], "start": 1775517843723, "stop": 1775517843724}, {"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": "a8df8768-76ec-44c3-b099-a7ff10e8ea95-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "64d68f3b-dd47-4f48-b6ab-02297b3d02bf-attachment.json", "type": "application/json"}], "start": 1775517843754, "stop": 1775517843755}, {"name": "Response → 200, trace_id: cbba9ee8ff7b43fef46d2e861618d06e", "status": "passed", "attachments": [{"name": "response.headers", "source": "6232e369-1fcc-4e92-86cc-c32619c202d1-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "4ea2382f-4313-4661-8cdd-d62c5a940934-attachment.json", "type": "application/json"}], "start": 1775517843755, "stop": 1775517843755}], "attachments": [{"name": "cURL", "source": "1d3afcf7-be37-43eb-8ad7-dbbb90c87138-attachment.txt", "type": "text/plain"}], "start": 1775517843754, "stop": 1775517843755}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task/complete-step?taskKey=4374f0c79bb250de3ddbd7a78b0d09e6160d2ba607dfcd6971307b9d2c086267&skuId=4100000000000053281&cellBarcode=QA-75517834453962752&cellId=488430", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "0352bdd6-ea26-4f8f-b8fb-5654340ff065-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "9b4b013b-9cc9-4fb3-b07c-3323ba77e718-attachment.json", "type": "application/json"}], "start": 1775517843815, "stop": 1775517843815}, {"name": "Response → 200, trace_id: e75bbe6b9b73d6a53b503336f5e37e3f", "status": "passed", "attachments": [{"name": "response.headers", "source": "0fc4bb2d-eeff-4dee-98e7-447ab560d3fc-attachment.json", "type": "application/json"}], "start": 1775517843815, "stop": 1775517843815}], "attachments": [{"name": "cURL", "source": "02d59496-665c-4a81-9e3f-11099e4be265-attachment.txt", "type": "text/plain"}], "start": 1775517843815, "stop": 1775517843815}, {"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": "82126aae-d013-456b-92f7-979560f20f2c-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "227a0143-76d4-4c5b-8f6f-749d590f6cc9-attachment.json", "type": "application/json"}], "start": 1775517843847, "stop": 1775517843847}, {"name": "Response → 200, trace_id: ce492bcfccbac561906d17fc48fefc14", "status": "passed", "attachments": [{"name": "response.headers", "source": "c75c0fa1-aad8-4881-a7cb-bc3846426f17-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "2de2baa5-6f81-4ca2-8c20-9d006b1013d9-attachment.json", "type": "application/json"}], "start": 1775517843847, "stop": 1775517843847}], "attachments": [{"name": "cURL", "source": "3256c84d-9cab-4488-822e-6f2872656607-attachment.txt", "type": "text/plain"}], "start": 1775517843847, "stop": 1775517843847}, {"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": "60e0441d-a16b-4536-939e-cf0700e41042-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "797cf765-c764-49fe-95c1-ed27e9bf95a8-attachment.json", "type": "application/json"}], "start": 1775517843877, "stop": 1775517843877}, {"name": "Response → 200, trace_id: e9dbe0cf5c26e5efb7500025909b3b20", "status": "passed", "attachments": [{"name": "response.headers", "source": "520e67ae-b157-4670-88c8-0f0b9c2ff6ed-attachment.json", "type": "application/json"}], "start": 1775517843877, "stop": 1775517843877}], "attachments": [{"name": "cURL", "source": "1a680a8f-b210-4308-99a7-69f48cf41165-attachment.txt", "type": "text/plain"}], "start": 1775517843877, "stop": 1775517843877}, {"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": "30eb5b89-4b01-48fa-85ef-e951eafcc532-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "3247fda9-01e8-4a64-85b6-b394c5e4e5e7-attachment.json", "type": "application/json"}], "start": 1775517843961, "stop": 1775517843961}, {"name": "Response → 200, trace_id: 3a33a8d4d8c077708f2807e61cff4039", "status": "passed", "attachments": [{"name": "response.headers", "source": "c877cbbb-2bf9-44d2-9da0-1fd411e4f973-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "0c8009d1-12f8-4cea-b94d-3890721d19b0-attachment.json", "type": "application/json"}], "start": 1775517843961, "stop": 1775517843961}], "attachments": [{"name": "cURL", "source": "34a66257-fd84-4c0d-bd2f-3f2867f67e2d-attachment.txt", "type": "text/plain"}], "start": 1775517843961, "stop": 1775517843961}], "start": 1775517843881, "stop": 1775517843964}, {"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": "f5238cdb-c66f-48d6-98ab-98f0c3ea1f89-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "8b4f2807-9c65-4a47-a923-6cdbabc08472-attachment.json", "type": "application/json"}], "start": 1775517844047, "stop": 1775517844047}, {"name": "Response → 200, trace_id: df3749f0be9cd659e9431c69a86791f2", "status": "passed", "attachments": [{"name": "response.headers", "source": "a006e32e-b064-4e4c-9386-2ba87de09172-attachment.json", "type": "application/json"}], "start": 1775517844047, "stop": 1775517844047}], "attachments": [{"name": "cURL", "source": "9d4fe0b9-0ba2-4f92-84eb-5db212912116-attachment.txt", "type": "text/plain"}], "start": 1775517844047, "stop": 1775517844047}, {"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": "9199cc68-a4ea-49d5-9632-904762656405-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "253ea342-5f0f-473a-8376-1c57bcfc7b1c-attachment.json", "type": "application/json"}], "start": 1775517844076, "stop": 1775517844077}, {"name": "Response → 200, trace_id: 99491721f354153e3a38e4966e21d830", "status": "passed", "attachments": [{"name": "response.headers", "source": "a4752c40-c469-4e1a-bfc5-03ea2dc903ac-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "ac9caf70-9070-4bcd-ab2d-24fff493dbc4-attachment.json", "type": "application/json"}], "start": 1775517844077, "stop": 1775517844077}], "attachments": [{"name": "cURL", "source": "2f3fd75d-aba3-4b3b-aebd-c802f36015d0-attachment.txt", "type": "text/plain"}], "start": 1775517844076, "stop": 1775517844077}, {"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": "1610192e-f8d8-4db2-b6a2-2932d74f8346-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "8a626eb1-2cef-4936-aa8a-be2ff7392bad-attachment.json", "type": "application/json"}], "start": 1775517844130, "stop": 1775517844130}, {"name": "Response → 200, trace_id: 8259bd85c11153f39ca42bc1447acf93", "status": "passed", "attachments": [{"name": "response.headers", "source": "fe5aaea2-f849-4d13-96a1-b2f931625787-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "15f45b1d-a30c-4eca-8f3d-71455679e1f9-attachment.json", "type": "application/json"}], "start": 1775517844130, "stop": 1775517844130}], "attachments": [{"name": "cURL", "source": "73ec2696-68fb-4d1a-943b-8551788c64f7-attachment.txt", "type": "text/plain"}], "start": 1775517844130, "stop": 1775517844130}, {"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": "1c049cc9-000c-472a-93d3-50f5f311f00a-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "97b03991-75eb-48eb-bf79-c1c94438cd7e-attachment.json", "type": "application/json"}], "start": 1775517844187, "stop": 1775517844187}, {"name": "Response → 200, trace_id: 774f1eb44b00bf73ea55651f52216953", "status": "passed", "attachments": [{"name": "response.headers", "source": "63f8335e-f8c3-42bd-bb54-666ae61f40e0-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "3055c898-49ec-4ff2-b630-b25fa285cebc-attachment.json", "type": "application/json"}], "start": 1775517844187, "stop": 1775517844188}], "attachments": [{"name": "cURL", "source": "57652abf-fad7-4ed1-89ec-04ec6496b167-attachment.txt", "type": "text/plain"}], "start": 1775517844187, "stop": 1775517844188}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/sorting/move-in-progress?sortingTaskId=161078", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "64d3e017-f1b0-4b90-af9e-f57827393700-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "4080d090-5431-4a5a-9e23-d8f6e3e17b60-attachment.json", "type": "application/json"}], "start": 1775517844213, "stop": 1775517844213}, {"name": "Response → 200, trace_id: 26a357f66c520b951153f3033d433794", "status": "passed", "attachments": [{"name": "response.headers", "source": "42117f3b-f678-4d90-8f50-c18f7ec1f518-attachment.json", "type": "application/json"}], "start": 1775517844213, "stop": 1775517844213}], "attachments": [{"name": "cURL", "source": "75bb2784-c22f-461d-8d0e-1d7f048ed713-attachment.txt", "type": "text/plain"}], "start": 1775517844213, "stop": 1775517844213}, {"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": "9ac8215c-4f73-4c89-8cd2-bc5340ac9d25-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "01f60b2f-4a63-49cb-89b7-a361133e6090-attachment.json", "type": "application/json"}], "start": 1775517844253, "stop": 1775517844253}, {"name": "Response → 200, trace_id: fb4d93111b5faa01ac6cf4c3f009602f", "status": "passed", "attachments": [{"name": "response.headers", "source": "20e97677-a18f-45a9-89d2-57090ae6626d-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "b488e3a0-1a08-4ed4-a18e-0078814bb7a4-attachment.json", "type": "application/json"}], "start": 1775517844253, "stop": 1775517844253}], "attachments": [{"name": "cURL", "source": "3db625cf-85e0-40c5-b1fb-69e4608fa1bd-attachment.txt", "type": "text/plain"}], "start": 1775517844253, "stop": 1775517844253}, {"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": "6d0ea930-0e31-46d8-b764-a1fa003ce9e4-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "e4d3d771-ed6b-4e23-af30-910d6ad7ae3c-attachment.json", "type": "application/json"}], "start": 1775517844330, "stop": 1775517844330}, {"name": "Response → 200, trace_id: 3cb1a5a741401e8a04b8f9f02a3ef4da", "status": "passed", "attachments": [{"name": "response.headers", "source": "5c04bd3b-a772-4e97-a3a6-61bfb1bc4de8-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "ac764ba4-130b-42b5-bfea-931249dc77da-attachment.json", "type": "application/json"}], "start": 1775517844330, "stop": 1775517844330}], "attachments": [{"name": "cURL", "source": "f080212c-7c68-4701-91b1-0d470f18b177-attachment.txt", "type": "text/plain"}], "start": 1775517844330, "stop": 1775517844330}, {"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": "73fa98b5-21e0-4dd6-8081-41fbc087b8d6-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "25330674-8607-4de9-bfe7-e8eb116f05ad-attachment.json", "type": "application/json"}], "start": 1775517844370, "stop": 1775517844370}, {"name": "Response → 200, trace_id: be8933bab3429e21f0b3146dae86866b", "status": "passed", "attachments": [{"name": "response.headers", "source": "6b98a21b-8bee-4bbf-8b32-c5dbc69255d2-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "44c02c8f-d5bc-4194-8330-28e8e2350390-attachment.json", "type": "application/json"}], "start": 1775517844370, "stop": 1775517844371}], "attachments": [{"name": "cURL", "source": "762a9dcc-5466-48e6-907c-a57fc56524ca-attachment.txt", "type": "text/plain"}], "start": 1775517844370, "stop": 1775517844371}, {"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": "af44a095-637d-4cb8-b959-dc5e8a4170a0-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "27a84ebe-2cfc-45fb-9d80-22d6dc9a071c-attachment.json", "type": "application/json"}], "start": 1775517844410, "stop": 1775517844410}, {"name": "Response → 200, trace_id: f423c1ad38dbdebec02399e30c01af91", "status": "passed", "attachments": [{"name": "response.headers", "source": "99c6e5f0-2538-4f67-ac47-3f704866b122-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "b629709a-f674-4f64-8499-d2bcd7fdf2d5-attachment.json", "type": "application/json"}], "start": 1775517844410, "stop": 1775517844410}], "attachments": [{"name": "cURL", "source": "63e17455-a2b0-4e10-8297-ff3a5fcb0fb0-attachment.txt", "type": "text/plain"}], "start": 1775517844410, "stop": 1775517844410}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "e404c8ab-a3c1-4d8a-a60c-29fb773e348a-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "08581b54-091e-4a20-890c-a1c34b112f75-attachment.json", "type": "application/json"}], "start": 1775517844427, "stop": 1775517844428}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/assign/cell?orderId=4278192601&wallCellBarcode=12.18.1.47", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "296ecb6d-4003-4251-b51f-1987ba5776ad-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "b9d59fd8-014e-4c3f-a7b5-fb436c8ca5d4-attachment.json", "type": "application/json"}], "start": 1775517844459, "stop": 1775517844459}, {"name": "Response → 200, trace_id: 5e2295218b0d85e7e0a079d2c4fd5cba", "status": "passed", "attachments": [{"name": "response.headers", "source": "38f96b9e-fa47-4602-bb61-bbc5191f0105-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "6149da6c-48be-47bd-92f2-a537d0628c11-attachment.txt", "type": "text/plain"}], "start": 1775517844459, "stop": 1775517844459}], "attachments": [{"name": "cURL", "source": "85bbc83e-168c-4e6b-8b73-9f45f0420718-attachment.txt", "type": "text/plain"}], "start": 1775517844459, "stop": 1775517844459}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "d413341b-9361-40f8-b3da-58856fa6362d-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "9e174018-2aee-4020-8f92-7d9901a6ac8e-attachment.json", "type": "application/json"}], "start": 1775517844475, "stop": 1775517844475}, {"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": "89163aab-ebe9-477a-94ac-22f75f10a039-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "6d080f07-60b8-428b-b463-032554928c91-attachment.json", "type": "application/json"}], "start": 1775517845526, "stop": 1775517845527}, {"name": "Response → 200, trace_id: 18b9144fcb21cd487d36ba8a2746e034", "status": "passed", "attachments": [{"name": "response.headers", "source": "18059f57-59d2-42c9-84a9-7da4319ab928-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "bd174d56-0545-4f72-a39a-91383db2808e-attachment.json", "type": "application/json"}], "start": 1775517845527, "stop": 1775517845527}], "attachments": [{"name": "cURL", "source": "9768728e-30b4-4799-8433-ffb424cb40d0-attachment.txt", "type": "text/plain"}], "start": 1775517845526, "stop": 1775517845527}, {"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": "25c5283c-c10d-4d6f-9312-123991498eaf-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "814fe40b-1e5b-4a9c-b708-a103691f148a-attachment.json", "type": "application/json"}], "start": 1775517845552, "stop": 1775517845553}, {"name": "Response → 200, trace_id: eb87b2fceb4148f2c123e51983cdd88e", "status": "passed", "attachments": [{"name": "response.headers", "source": "6f497eb2-67ff-4a24-95a5-437480aacf35-attachment.json", "type": "application/json"}], "start": 1775517845553, "stop": 1775517845553}], "attachments": [{"name": "cURL", "source": "2c409f36-6e00-4dd7-b715-51c112dab232-attachment.txt", "type": "text/plain"}], "start": 1775517845552, "stop": 1775517845553}, {"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": "8c27f7c5-f049-4425-9b10-348a8deb8d4e-attachment.json", "type": "application/json"}], "start": 1775517845574, "stop": 1775517845575}, {"name": "Response → 200, trace_id: 0b71ab9644b1e289badfdfe383e4dbfe", "status": "passed", "attachments": [{"name": "response.headers", "source": "02ea5f70-24f8-4f7a-9967-de2a08b97f48-attachment.json", "type": "application/json"}], "start": 1775517845575, "stop": 1775517845575}], "attachments": [{"name": "cURL", "source": "d0921cfa-1752-408b-aae6-896e5b2b186f-attachment.txt", "type": "text/plain"}], "start": 1775517845574, "stop": 1775517845575}, {"name": "AssemblyPackingTable add to database", "status": "passed", "steps": [{"name": "SQLAlchemy query INSERT ", "status": "passed", "attachments": [{"name": "query", "source": "d1455191-0151-47f9-aa2f-041f58cb9d43-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "8cb7a884-73dc-417a-93fb-65f6e04d8e08-attachment.json", "type": "application/json"}], "start": 1775517845578, "stop": 1775517845578}], "start": 1775517845577, "stop": 1775517845579}, {"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": "a6f316f5-91b0-45d6-ba81-e2b8052c4e22-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "98c2ab2b-dc91-4455-9dc5-0f977f73730e-attachment.json", "type": "application/json"}], "start": 1775517845608, "stop": 1775517845608}, {"name": "Response → 200, trace_id: ac3caaf2f21fdf3166a194bdd8500853", "status": "passed", "attachments": [{"name": "response.headers", "source": "d93eade5-7d62-49f1-aa90-3423f1579282-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "1cec86fb-9fa0-4c3c-8898-0bc1cd102027-attachment.json", "type": "application/json"}], "start": 1775517845608, "stop": 1775517845608}], "attachments": [{"name": "cURL", "source": "8f5d09de-0b23-4d76-a5ac-78f55ca282f2-attachment.txt", "type": "text/plain"}], "start": 1775517845608, "stop": 1775517845608}, {"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": "64ec0fd8-a287-4e26-b0f7-751ef13a395e-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "a2092565-2822-439e-8b01-78fb9f6e1a0b-attachment.json", "type": "application/json"}], "start": 1775517845629, "stop": 1775517845629}, {"name": "Response → 200, trace_id: 04ea63645dd45f83977300382f3587ff", "status": "passed", "attachments": [{"name": "response.headers", "source": "c29b192d-d426-49af-871a-03cf880fc9e4-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "4edd4067-f238-40fd-9444-3b22419fef76-attachment.json", "type": "application/json"}], "start": 1775517845629, "stop": 1775517845630}], "attachments": [{"name": "cURL", "source": "774a8707-8fac-4430-a904-8ce8313c81b7-attachment.txt", "type": "text/plain"}], "start": 1775517845629, "stop": 1775517845630}, {"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": "ae5692f8-9666-4cc2-bd01-2866dc3bc1ff-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "a6fb8fb8-cc48-4725-87b2-596dad073dd2-attachment.json", "type": "application/json"}], "start": 1775517845645, "stop": 1775517845645}], "start": 1775517845631, "stop": 1775517845645}, {"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": "acfda059-e350-4045-b3d0-2054b31d3215-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "04cdad25-8638-4621-9c7f-413dd12d8825-attachment.json", "type": "application/json"}], "start": 1775517845677, "stop": 1775517845677}, {"name": "Response → 200, trace_id: 0a39f03df4881fdc2f11abc06cc22dcf", "status": "passed", "attachments": [{"name": "response.headers", "source": "f2d82ab3-0035-4b94-bd9e-11954480344b-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "4e3da014-7f7b-4b37-8701-b8dda6c2995e-attachment.json", "type": "application/json"}], "start": 1775517845677, "stop": 1775517845677}], "attachments": [{"name": "cURL", "source": "b83d6172-92f4-4fd7-9a0d-86125236555c-attachment.txt", "type": "text/plain"}], "start": 1775517845677, "stop": 1775517845677}, {"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": "d1a04ef1-e42b-4bc6-bd70-0e1bd36cf3e6-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "0a3c51de-f4d5-49ec-b99f-4d60293a337e-attachment.json", "type": "application/json"}], "start": 1775517845684, "stop": 1775517845684}], "start": 1775517845680, "stop": 1775517845684}, {"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": "4db07156-9d60-4d42-9bca-6317fc7d144f-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "47b8e14d-ace9-4e56-bc00-4b4f67b7b770-attachment.json", "type": "application/json"}], "start": 1775517845715, "stop": 1775517845715}, {"name": "Response → 200, trace_id: 5f8a593da4dc82b639e6a7fb1a3d85b0", "status": "passed", "attachments": [{"name": "response.headers", "source": "1f830641-af29-41c9-84ef-43fc14647f4a-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "23c35022-57ae-4320-ac7a-5f2ba0a362fe-attachment.json", "type": "application/json"}], "start": 1775517845715, "stop": 1775517845715}], "attachments": [{"name": "cURL", "source": "8fb3c140-b29c-4fb2-90c5-94aa89a591e4-attachment.txt", "type": "text/plain"}], "start": 1775517845715, "stop": 1775517845715}, {"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": "8f5918cc-ba15-40fb-bf73-629290491b74-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "0000d459-1673-46c1-a004-3cb37acad72a-attachment.json", "type": "application/json"}], "start": 1775517845763, "stop": 1775517845764}, {"name": "Response → 200, trace_id: 4fcb4bff4ccd699fcf8d962681759e18", "status": "passed", "attachments": [{"name": "response.headers", "source": "f40adf08-748f-4a68-a31e-629ae6a6b931-attachment.json", "type": "application/json"}], "start": 1775517845764, "stop": 1775517845764}], "attachments": [{"name": "cURL", "source": "9811346e-6692-414b-8a8c-7fc44e59f39b-attachment.txt", "type": "text/plain"}], "start": 1775517845763, "stop": 1775517845764}, {"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": "92fa7893-4822-4296-9594-6f2ad6531ec4-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "fe677d62-4498-4e5d-a9fe-43f7638fd235-attachment.json", "type": "application/json"}], "start": 1775517845805, "stop": 1775517845806}, {"name": "Response → 200, trace_id: 8c2cbc2279f17583592e187b4420ab7d", "status": "passed", "attachments": [{"name": "response.headers", "source": "e29bfff4-febf-464a-a195-c0ef66fc0dc0-attachment.json", "type": "application/json"}], "start": 1775517845806, "stop": 1775517845806}], "attachments": [{"name": "cURL", "source": "e678b8fd-4f8f-4b51-be74-6a3c14ec0255-attachment.txt", "type": "text/plain"}], "start": 1775517845805, "stop": 1775517845806}, {"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": "4d46c8fe-bf41-4569-aa28-e4adaaea761b-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "50ec537a-d165-4c3a-9e33-c434c64c3678-attachment.json", "type": "application/json"}], "start": 1775517845850, "stop": 1775517845850}, {"name": "Response → 200, trace_id: 6aa3fcfce7e5fceb25ce4dc73a3e8a9a", "status": "passed", "attachments": [{"name": "response.headers", "source": "bd6c43d2-832e-4f10-b545-c8dcf70451fc-attachment.json", "type": "application/json"}], "start": 1775517845850, "stop": 1775517845850}], "attachments": [{"name": "cURL", "source": "b30c26b5-4537-4e87-93aa-34556237ca28-attachment.txt", "type": "text/plain"}], "start": 1775517845850, "stop": 1775517845850}, {"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": "c06c134b-e81d-43cc-9367-299a269bc20d-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "35838998-fc0a-4c46-9f52-dac149eb802c-attachment.json", "type": "application/json"}], "start": 1775517845893, "stop": 1775517845893}, {"name": "Response → 200, trace_id: b22be428537529c9ca34a33a6c85c15f", "status": "passed", "attachments": [{"name": "response.headers", "source": "ac0efcfe-4eb4-4130-b23c-9105e1ea89e2-attachment.json", "type": "application/json"}], "start": 1775517845894, "stop": 1775517845894}], "attachments": [{"name": "cURL", "source": "9c728884-b38a-4141-a7ee-9797162b644e-attachment.txt", "type": "text/plain"}], "start": 1775517845893, "stop": 1775517845894}, {"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": "b8da8e07-4c64-4c4e-b585-6a3d82f8de71-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "9be1000b-8d5a-45bf-9815-e278312be4c4-attachment.json", "type": "application/json"}], "start": 1775517845932, "stop": 1775517845933}, {"name": "Response → 200, trace_id: 1a1e50f113ad2acb501a0748f66c849e", "status": "passed", "attachments": [{"name": "response.headers", "source": "a51eeea2-f057-45ef-8cf0-209c32e150d6-attachment.json", "type": "application/json"}], "start": 1775517845933, "stop": 1775517845933}], "attachments": [{"name": "cURL", "source": "d5d6a600-e69e-4298-a2c2-aaad574ed755-attachment.txt", "type": "text/plain"}], "start": 1775517845932, "stop": 1775517845933}, {"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": "1f098c6b-d21e-4e00-8550-cb03c1f9f9e9-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "2dea9e44-99cb-4d37-98cc-e7430c64a31e-attachment.json", "type": "application/json"}], "start": 1775517845975, "stop": 1775517845976}, {"name": "Response → 200, trace_id: ab92218b52125180c0335f8d64326c6c", "status": "passed", "attachments": [{"name": "response.headers", "source": "a32836f3-d1c7-4143-b86b-4b56372cf5f9-attachment.json", "type": "application/json"}], "start": 1775517845976, "stop": 1775517845976}], "attachments": [{"name": "cURL", "source": "e0ad8b44-e018-4627-85eb-51d2ac185b34-attachment.txt", "type": "text/plain"}], "start": 1775517845975, "stop": 1775517845976}, {"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": "df447d7d-1ae6-4c57-874d-48e5d2ad20d7-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "495e592a-466c-44d9-8712-99b5a51dd4cc-attachment.json", "type": "application/json"}], "start": 1775517846014, "stop": 1775517846014}, {"name": "Response → 200, trace_id: eefd2042d075f00770707dabf80bc376", "status": "passed", "attachments": [{"name": "response.headers", "source": "15ff26d6-327d-4d4c-923a-26bd72157db3-attachment.json", "type": "application/json"}], "start": 1775517846014, "stop": 1775517846014}], "attachments": [{"name": "cURL", "source": "6a1b9b93-e246-44a9-bf45-45db7bc216f7-attachment.txt", "type": "text/plain"}], "start": 1775517846014, "stop": 1775517846014}, {"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": "edd35fca-4e78-4be9-9ec5-0a5a194f443b-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "ede3c432-c4b6-4fc9-bf8e-089a54f1fdf0-attachment.json", "type": "application/json"}], "start": 1775517846442, "stop": 1775517846442}, {"name": "Response → 200, trace_id: 7dbc96631ebbc93bc98abb4e0b07f519", "status": "passed", "attachments": [{"name": "response.headers", "source": "61ee1c60-fed1-4976-8adf-ce63fe22adce-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "ef22e603-3da1-4074-8d6e-cb1cf7ce1c44-attachment.json", "type": "application/json"}], "start": 1775517846442, "stop": 1775517846442}], "attachments": [{"name": "cURL", "source": "672371ff-8399-41bc-8540-56e049160e3f-attachment.txt", "type": "text/plain"}], "start": 1775517846442, "stop": 1775517846442}, {"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": "9edca670-2a33-4ecc-a1a3-1cda1a98ebd6-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "90e66301-3f9f-4f9b-8c4b-e612d0f8c05b-attachment.json", "type": "application/json"}], "start": 1775517846449, "stop": 1775517846449}], "start": 1775517846445, "stop": 1775517846449}, {"name": "Waiter function: wait_big_bag_by_order_id", "status": "passed", "start": 1775517846449, "stop": 1775517846453}, {"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": "f055f939-ca96-4b75-bfd8-4a0a73649ecd-attachment.json", "type": "application/json"}], "start": 1775517846473, "stop": 1775517846474}, {"name": "Response → 200, trace_id: fc640f4675e644eefedf8257c2642501", "status": "passed", "attachments": [{"name": "response.headers", "source": "e764317c-a0be-412d-95bd-8ae6e82147f9-attachment.json", "type": "application/json"}], "start": 1775517846474, "stop": 1775517846474}], "attachments": [{"name": "cURL", "source": "6b2f9c7b-4482-47a2-bbd9-2138778f0f05-attachment.txt", "type": "text/plain"}], "start": 1775517846473, "stop": 1775517846474}, {"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": "6577ee22-944a-4eee-8852-8d048b8ceb75-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "0f451291-9515-4bc9-8e1a-b8503278f1e1-attachment.json", "type": "application/json"}], "start": 1775517851202, "stop": 1775517851202}, {"name": "Response → 200, trace_id: 34a702dabc1a22f4da46a58e1001d8e9", "status": "passed", "attachments": [{"name": "response.headers", "source": "811159cb-bcc9-427b-aee5-c4a0edc85192-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "90e73586-6a1f-4d54-9edf-28ecff83733d-attachment.json", "type": "application/json"}], "start": 1775517851202, "stop": 1775517851202}], "attachments": [{"name": "cURL", "source": "bb98f3bc-b365-448f-80b4-d95091a2788b-attachment.txt", "type": "text/plain"}], "start": 1775517851202, "stop": 1775517851202}], "start": 1775517846476, "stop": 1775517851206}, {"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": "629a9b91-4bd7-4c94-bc36-1cee457725d0-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "4c330952-08a8-4603-8137-cea9e129e325-attachment.json", "type": "application/json"}], "start": 1775517851210, "stop": 1775517851211}], "start": 1775517851206, "stop": 1775517851211}, {"name": "Waiter function: wait_order_order", "status": "passed", "start": 1775517851211, "stop": 1775517854214}], "start": 1775517839723, "stop": 1775517854214}, {"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-06T23:24:14.239+00:00\",\"status\":405,\"error\":\"Method Not Allowed\",\"message\":\"Request method 'POST' not supported\",\"path\":\"/internal/order/delivering-order-info\"}, x-aer-trace-id: ebd02391315422917a229641f5e83557\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": "c34adaf3-2d48-455e-b97b-07310f3a4168-attachment.json", "type": "application/json"}, {"name": "Response", "source": "3edc153c-5819-4843-85ff-a4a2ab7e4850-attachment.json", "type": "application/json"}], "start": 1775517854214, "stop": 1775517854241}], "attachments": [{"name": "log", "source": "8d6b1d1d-7d3f-4e32-8672-1c5550904f25-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": 1775517839723, "stop": 1775517854242, "uuid": "8456a2d0-fb6b-42b0-83e6-425132cf6e73", "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-h72mwnmv"}, {"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"]}