{"name": "test_invoice_accept[params0-fmcg_warehouse_invoice0]", "status": "failed", "statusDetails": {"message": "AssertionError: 405 PUT https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/attach-to-stock-cell-barcode: {\"message\":\"Error calling external service 405\",\"localizedMessage\":\"Ошибка вызова внешнего сервиса 405\"}, x-aer-trace-id: ff3f4176f1793d3273329a42311ed798", "trace": "self = <tests.fmcg.test_acceptance.test_invoice.TestFmcgAcceptanceInvoice object at 0x78e080769050>\nparams = {'task_pallet_flow_type': <AcceptanceTaskPalletFlowType.NEW: 'NEW'>}\nfmcg_warehouse_invoice = FmcgWarehouseInvoiceFixtureDto(warehouse=FmcgWarehouse(id=1, name='uz 7200', user=FmcgUser(wms_id=9000000001, barcode=...1a1f146a2'), invoice=<src.framework.fmcg.builders.acceptance.v1_invoice.V1FmcgInvoiceBuilder object at 0x78e07e5a3f10>)\n\n    @pytest.mark.parametrize(\n        \"fmcg_warehouse_invoice\",\n        [\n            {\n                \"random_items\": [\n                    FmcgRandomItem(\n                        items_count=randint(2, 5),\n                        quantity=randint(5, 9),\n                        is_bundle=False,\n                    )\n                ]\n            },\n            {\n                \"random_items\": [\n                    FmcgRandomItem(\n                        items_count=randint(2, 5),\n                        quantity=randint(10, 20),\n                        is_bundle=True,\n                        bundle_quantity=randint(2, 4),\n                    )\n                ]\n            },\n        ],\n        indirect=True,\n    )\n    @pytest.mark.parametrize(\n        \"params\",\n        [\n            {\"task_pallet_flow_type\": AcceptanceTaskPalletFlowType.NEW},\n            # {\"task_pallet_flow_type\": AcceptanceTaskPalletFlowType.FORMED},\n        ],\n    )\n    def test_invoice_accept(self, params, fmcg_warehouse_invoice):\n        e2e = V1FmcgE2EBuilder(\n            warehouse=fmcg_warehouse_invoice.warehouse,\n            user=fmcg_warehouse_invoice.user,\n            headers=fmcg_warehouse_invoice.invoice.headers,\n            stock_cell_barcode=fmcg_warehouse_invoice.cells[0].cell_barcode,\n        )\n        e2e.set_invoice_builder(fmcg_warehouse_invoice.invoice)\n        e2e.flow_car_bind_to_gate()\n        e2e.flow_unloading_car(task_pallet_flow_type=params[\"task_pallet_flow_type\"])\n        e2e.flow_invoice_finalization()\n>       e2e.flow_unloading_pallet_placement()\n\ntests/fmcg/test_acceptance/test_invoice.py:83: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \nsrc/framework/fmcg/builders/v1_e2e.py:257: in flow_unloading_pallet_placement\n    SwaggerDmFmcgBeFacadeFe(headers=self.headers).put_api_v1_pallet_attach_to_stock_cell_barcode(\nsrc/framework/common/swagger/dm/fmcg/be/facade/fe.py:211: in put_api_v1_pallet_attach_to_stock_cell_barcode\n    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.PUT>\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 PUT https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/attach-to-stock-cell-barcode: {\"message\":\"Error calling external service 405\",\"localizedMessage\":\"Ошибка вызова внешнего сервиса 405\"}, x-aer-trace-id: ff3f4176f1793d3273329a42311ed798\n\nsrc/framework/common/api.py:138: AssertionError"}, "steps": [{"name": "Waiter function: wait_invoice", "status": "passed", "start": 1775605384973, "stop": 1775605384974}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance/invoices", "status": "passed", "attachments": [{"name": "Request", "source": "370b5871-60ad-43ef-845c-361934eda3fd-attachment.json", "type": "application/json"}, {"name": "Response", "source": "cab28990-0eaa-456c-910d-701a9edf121d-attachment.json", "type": "application/json"}], "start": 1775605384974, "stop": 1775605385018}, {"name": "Waiter function: wait_invoice", "status": "passed", "start": 1775605385019, "stop": 1775605385020}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance/task/pick", "status": "passed", "attachments": [{"name": "Request", "source": "e5ca0a55-30a1-4df5-98cb-794854d85fe7-attachment.json", "type": "application/json"}, {"name": "Response", "source": "ee116690-b021-4132-acf7-3c4efb45a183-attachment.json", "type": "application/json"}], "start": 1775605385023, "stop": 1775605385061}, {"name": "Waiter function: wait_unloading_task", "status": "passed", "start": 1775605385061, "stop": 1775605385064}, {"name": "Waiter function: wait_invoice", "status": "passed", "start": 1775605385064, "stop": 1775605385065}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/generate-barcodes", "status": "passed", "attachments": [{"name": "Request", "source": "6496a749-d7f2-4c59-a57f-eef06c68d482-attachment.json", "type": "application/json"}, {"name": "Response", "source": "1d0a2859-2eab-4069-a95a-785890665210-attachment.json", "type": "application/json"}], "start": 1775605385065, "stop": 1775605385105}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance-item", "status": "passed", "attachments": [{"name": "Request", "source": "07f75f5b-2290-4365-a70a-bfde80652315-attachment.json", "type": "application/json"}, {"name": "Response", "source": "17b8595b-88b1-4258-910d-499fa5058046-attachment.json", "type": "application/json"}], "start": 1775605385107, "stop": 1775605385144}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance-item/add-count", "status": "passed", "attachments": [{"name": "Request", "source": "dc49c6fb-2f6b-43a1-9f2f-f401b430ddd2-attachment.json", "type": "application/json"}, {"name": "Response", "source": "eb7c65ce-1356-4c13-82a8-21fef50ba7f8-attachment.json", "type": "application/json"}], "start": 1775605385145, "stop": 1775605385175}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/barcode", "status": "passed", "attachments": [{"name": "Request", "source": "3c3a27ca-3de2-4569-b573-02e5418fbdae-attachment.json", "type": "application/json"}, {"name": "Response", "source": "3e4e3b45-a0a1-48e3-9c81-5baf4fc31a97-attachment.json", "type": "application/json"}], "start": 1775605385176, "stop": 1775605385216}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/add-expiration-date", "status": "passed", "attachments": [{"name": "Request", "source": "a10e8e57-6404-456c-8bd9-ebfb1df6d118-attachment.json", "type": "application/json"}, {"name": "Response", "source": "c6bffa1a-7bc4-41a3-949a-2cc56a3f39f2-attachment.json", "type": "application/json"}], "start": 1775605385218, "stop": 1775605385248}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/move-to-buffer", "status": "passed", "attachments": [{"name": "Request", "source": "4be6d973-bbc6-4488-b446-ca8c07d98b2f-attachment.json", "type": "application/json"}, {"name": "Response", "source": "605028ed-4650-47e5-aba6-033c8fdeb15e-attachment.json", "type": "application/json"}], "start": 1775605385248, "stop": 1775605385281}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance/task/pick", "status": "passed", "attachments": [{"name": "Request", "source": "adbab03f-c101-49e2-9ee0-679ef01611ca-attachment.json", "type": "application/json"}, {"name": "Response", "source": "cff6be0e-2440-4f09-9d8c-f374aaa3f6f3-attachment.json", "type": "application/json"}], "start": 1775605385283, "stop": 1775605385315}, {"name": "Waiter function: wait_unloading_task", "status": "passed", "start": 1775605385316, "stop": 1775605385317}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/generate-barcodes", "status": "passed", "attachments": [{"name": "Request", "source": "64d64d48-1616-45ba-9ca0-df12c90b55ef-attachment.json", "type": "application/json"}, {"name": "Response", "source": "97ad5833-f506-423e-98dd-2382629082bc-attachment.json", "type": "application/json"}], "start": 1775605385318, "stop": 1775605385345}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance-item", "status": "passed", "attachments": [{"name": "Request", "source": "d8b9dd4c-41db-4570-86a6-b465db77f306-attachment.json", "type": "application/json"}, {"name": "Response", "source": "03bd6cac-d5fd-4fbb-b07f-4b2f9d40af5b-attachment.json", "type": "application/json"}], "start": 1775605385346, "stop": 1775605385378}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance-item/add-count", "status": "passed", "attachments": [{"name": "Request", "source": "a42fa972-486b-48f6-a6b5-fbaba19d6eea-attachment.json", "type": "application/json"}, {"name": "Response", "source": "f1ef63ad-22a0-471d-93a8-0c0c183fd231-attachment.json", "type": "application/json"}], "start": 1775605385378, "stop": 1775605385407}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/barcode", "status": "passed", "attachments": [{"name": "Request", "source": "90914ce3-6c67-438d-93d1-94a49d76ad05-attachment.json", "type": "application/json"}, {"name": "Response", "source": "65f6cc7e-3286-4df1-a434-fe849598d15a-attachment.json", "type": "application/json"}], "start": 1775605385408, "stop": 1775605385441}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/add-expiration-date", "status": "passed", "attachments": [{"name": "Request", "source": "2ca81f1e-868a-4063-aa67-1859cd19702a-attachment.json", "type": "application/json"}, {"name": "Response", "source": "e93e6278-444c-4403-b68f-8b7862a54eaf-attachment.json", "type": "application/json"}], "start": 1775605385442, "stop": 1775605385470}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/move-to-buffer", "status": "passed", "attachments": [{"name": "Request", "source": "7dd4e209-2c15-4df8-8623-57c532e9cc41-attachment.json", "type": "application/json"}, {"name": "Response", "source": "95069b12-fde4-4ea1-8ef6-0a6b8ff9d02a-attachment.json", "type": "application/json"}], "start": 1775605385471, "stop": 1775605385500}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance/task/pick", "status": "passed", "attachments": [{"name": "Request", "source": "d096f75d-d722-4db7-b2a2-a52c7a2df9bf-attachment.json", "type": "application/json"}, {"name": "Response", "source": "c305c5e4-bb0e-420c-9cd3-83f3a1910bb9-attachment.json", "type": "application/json"}], "start": 1775605385504, "stop": 1775605385536}, {"name": "Waiter function: wait_unloading_task", "status": "passed", "start": 1775605385537, "stop": 1775605385538}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/generate-barcodes", "status": "passed", "attachments": [{"name": "Request", "source": "bfc23fdf-aafe-406d-bfd4-bd6d4101b1d7-attachment.json", "type": "application/json"}, {"name": "Response", "source": "313ee31e-6dbb-44a7-b57d-68bbb1454d7b-attachment.json", "type": "application/json"}], "start": 1775605385538, "stop": 1775605385564}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance-item", "status": "passed", "attachments": [{"name": "Request", "source": "1b608daa-eb2b-4ee9-878b-c4196d72bb36-attachment.json", "type": "application/json"}, {"name": "Response", "source": "44a5e708-0058-478a-84eb-b4fe379b6f6d-attachment.json", "type": "application/json"}], "start": 1775605385566, "stop": 1775605385595}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance-item/add-count", "status": "passed", "attachments": [{"name": "Request", "source": "a95dccaf-278b-4281-bbc0-6053c22412a7-attachment.json", "type": "application/json"}, {"name": "Response", "source": "751f2524-b194-4ce5-aa8f-ca0ea77ed07f-attachment.json", "type": "application/json"}], "start": 1775605385596, "stop": 1775605385626}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/barcode", "status": "passed", "attachments": [{"name": "Request", "source": "a778e1cf-ef64-4c96-98db-72fbaa1c1fe0-attachment.json", "type": "application/json"}, {"name": "Response", "source": "0d291e43-154b-469d-b943-3003b1aae948-attachment.json", "type": "application/json"}], "start": 1775605385627, "stop": 1775605385662}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/add-expiration-date", "status": "passed", "attachments": [{"name": "Request", "source": "109c92e5-8618-4e28-864c-2a2062c7ba6f-attachment.json", "type": "application/json"}, {"name": "Response", "source": "7e52de39-66c9-4be1-9741-58b434e88d93-attachment.json", "type": "application/json"}], "start": 1775605385663, "stop": 1775605385693}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/move-to-buffer", "status": "passed", "attachments": [{"name": "Request", "source": "c26c5cc9-6433-46fd-b2d9-9f13cbf6d821-attachment.json", "type": "application/json"}, {"name": "Response", "source": "355c2639-122d-41bb-97b7-3da77d2f484f-attachment.json", "type": "application/json"}], "start": 1775605385694, "stop": 1775605385723}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance/task/pick", "status": "passed", "attachments": [{"name": "Request", "source": "5e698f59-8df0-480f-a46c-7b3b90b04c68-attachment.json", "type": "application/json"}, {"name": "Response", "source": "57fe44f5-1b2c-44b7-9be3-bf9e8dadcbf2-attachment.json", "type": "application/json"}], "start": 1775605385726, "stop": 1775605385759}, {"name": "Waiter function: wait_unloading_task", "status": "passed", "start": 1775605385760, "stop": 1775605385761}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/generate-barcodes", "status": "passed", "attachments": [{"name": "Request", "source": "9d7d128c-b89f-418d-ad83-5d380ba2a249-attachment.json", "type": "application/json"}, {"name": "Response", "source": "8cbc7ea8-0ca2-4f35-ac4f-e921a7b5a06f-attachment.json", "type": "application/json"}], "start": 1775605385761, "stop": 1775605385790}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance-item", "status": "passed", "attachments": [{"name": "Request", "source": "cc6ced15-d4c2-46ab-a666-0af1f422e56f-attachment.json", "type": "application/json"}, {"name": "Response", "source": "3a2855cb-3be1-4d1f-ad77-a21a29a4565c-attachment.json", "type": "application/json"}], "start": 1775605385791, "stop": 1775605385822}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance-item/add-count", "status": "passed", "attachments": [{"name": "Request", "source": "6bbabdb1-b142-4795-8bce-6ee180862f4d-attachment.json", "type": "application/json"}, {"name": "Response", "source": "55672bd5-1c24-4372-a31b-f7f9351e0dcc-attachment.json", "type": "application/json"}], "start": 1775605385823, "stop": 1775605385852}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/barcode", "status": "passed", "attachments": [{"name": "Request", "source": "9ce72f0d-1596-4d23-accb-9b8e35f3bb41-attachment.json", "type": "application/json"}, {"name": "Response", "source": "bee70187-0580-48fc-9078-9d26cbe50002-attachment.json", "type": "application/json"}], "start": 1775605385853, "stop": 1775605385887}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/add-expiration-date", "status": "passed", "attachments": [{"name": "Request", "source": "09ed0133-90ce-4faa-a2f0-571dabecffdf-attachment.json", "type": "application/json"}, {"name": "Response", "source": "d26013f4-7954-4143-bf34-44629e7ab875-attachment.json", "type": "application/json"}], "start": 1775605385888, "stop": 1775605385916}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/move-to-buffer", "status": "passed", "attachments": [{"name": "Request", "source": "e8379441-2f2d-46ed-b137-0b0b5a906c37-attachment.json", "type": "application/json"}, {"name": "Response", "source": "abd33f0f-b918-43f3-940f-9527081c4603-attachment.json", "type": "application/json"}], "start": 1775605385916, "stop": 1775605385945}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance/task/pick", "status": "passed", "attachments": [{"name": "Request", "source": "ae4fb676-3d94-4468-ab0e-1510c023a6be-attachment.json", "type": "application/json"}, {"name": "Response", "source": "919886db-983b-4c36-bebe-295f960ddd50-attachment.json", "type": "application/json"}], "start": 1775605385948, "stop": 1775605385982}, {"name": "Waiter function: wait_unloading_task", "status": "passed", "start": 1775605385983, "stop": 1775605385984}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/generate-barcodes", "status": "passed", "attachments": [{"name": "Request", "source": "5cd8700e-f2fc-4eaa-9741-cbca2f4cb5e0-attachment.json", "type": "application/json"}, {"name": "Response", "source": "ebd61205-9059-45c3-a3ab-cb93249da203-attachment.json", "type": "application/json"}], "start": 1775605385984, "stop": 1775605386009}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance-item", "status": "passed", "attachments": [{"name": "Request", "source": "184021b3-e07c-47e1-823d-b18e3efb0a3d-attachment.json", "type": "application/json"}, {"name": "Response", "source": "1921600a-7b0d-4dba-beba-4c5d18ffa901-attachment.json", "type": "application/json"}], "start": 1775605386010, "stop": 1775605386040}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance-item/add-count", "status": "passed", "attachments": [{"name": "Request", "source": "9efe5f11-f783-4e45-8bd1-f2fb80a8279f-attachment.json", "type": "application/json"}, {"name": "Response", "source": "43912bba-0ea5-42d5-81a6-07526dda46ab-attachment.json", "type": "application/json"}], "start": 1775605386041, "stop": 1775605386071}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/barcode", "status": "passed", "attachments": [{"name": "Request", "source": "8ed62365-3075-45b9-96a1-455eeae4d571-attachment.json", "type": "application/json"}, {"name": "Response", "source": "d791ae52-5ebb-40e3-94fd-908aa1c8ca10-attachment.json", "type": "application/json"}], "start": 1775605386071, "stop": 1775605386107}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/add-expiration-date", "status": "passed", "attachments": [{"name": "Request", "source": "47fdbd06-5fec-468d-ace4-6ef918c8f039-attachment.json", "type": "application/json"}, {"name": "Response", "source": "cf7276e8-b5e6-4b47-8cd2-d92ac0c69475-attachment.json", "type": "application/json"}], "start": 1775605386107, "stop": 1775605386134}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/move-to-buffer", "status": "passed", "attachments": [{"name": "Request", "source": "8d76fdf4-efbb-41cf-b8c3-90f1aea0eb0d-attachment.json", "type": "application/json"}, {"name": "Response", "source": "91b865af-c353-417d-bb0f-2261faafe840-attachment.json", "type": "application/json"}], "start": 1775605386135, "stop": 1775605386159}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance/finalize", "status": "passed", "attachments": [{"name": "Request", "source": "f296aeb4-df37-4529-855b-77113abe1396-attachment.json", "type": "application/json"}, {"name": "Response", "source": "08017c8a-5f89-4f72-a1b2-2131db20bb3a-attachment.json", "type": "application/json"}], "start": 1775605386160, "stop": 1775605386195}, {"name": "Waiter function: wait_invoice", "status": "passed", "start": 1775605386195, "stop": 1775605386197}, {"name": "Waiter function: wait_placed_unloading_task", "status": "passed", "start": 1775605386198, "stop": 1775605386200}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet", "status": "passed", "attachments": [{"name": "Request", "source": "6cc94042-28dc-4dbd-8663-556e7e3bc60a-attachment.json", "type": "application/json"}, {"name": "Response", "source": "64ed27e1-3169-4ff2-8bca-d5f60a1a0a69-attachment.json", "type": "application/json"}], "start": 1775605386201, "stop": 1775605386237}, {"name": "Waiter function: wait_placed_unloading_task", "status": "passed", "start": 1775605386238, "stop": 1775605386239}, {"name": "Waiter function: wait_invoice", "status": "passed", "start": 1775605386239, "stop": 1775605386240}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/attach-to-stock-cell-barcode", "status": "failed", "statusDetails": {"message": "AssertionError: 405 PUT https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/attach-to-stock-cell-barcode: {\"message\":\"Error calling external service 405\",\"localizedMessage\":\"Ошибка вызова внешнего сервиса 405\"}, x-aer-trace-id: ff3f4176f1793d3273329a42311ed798\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": "73a72e6b-40e0-4c2c-a552-5157e726b322-attachment.json", "type": "application/json"}, {"name": "Response", "source": "2fc542a9-a532-4eb5-ba16-97c34f2de69b-attachment.json", "type": "application/json"}], "start": 1775605386243, "stop": 1775605386296}], "attachments": [{"name": "log", "source": "143cd88b-0fcd-45ad-882e-2298837f65e2-attachment.txt", "type": "text/plain"}], "parameters": [{"name": "params", "value": "{'task_pallet_flow_type': <AcceptanceTaskPalletFlowType.NEW: 'NEW'>}"}, {"name": "fmcg_warehouse_invoice", "value": "{'random_items': [FmcgRandomItem(items_count=5, barcode_count=1, quantity=7, sku_id=None, barcode='', is_bundle=False, bundle_quantity=1, has_mark=False, has_expiration_date=False)]}"}], "start": 1775605384973, "stop": 1775605386296, "uuid": "25c25b48-c96b-4c46-aced-7245955a21d9", "historyId": "ce62f79394bf4b96c31e67de6b0a23f8", "testCaseId": "0be4445cf64a6c2a558dc5237cc25029", "fullName": "tests.fmcg.test_acceptance.test_invoice.TestFmcgAcceptanceInvoice#test_invoice_accept", "labels": [{"name": "tag", "value": "fmcg-flow-invoice"}, {"name": "tag", "value": "dm-fmcg-be-service-acceptance"}, {"name": "parentSuite", "value": "tests.fmcg.test_acceptance"}, {"name": "suite", "value": "test_invoice"}, {"name": "subSuite", "value": "TestFmcgAcceptanceInvoice"}, {"name": "host", "value": "runner-1rdl4o-mi-project-9-concurrent-0-4sp0t57f"}, {"name": "thread", "value": "22-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "tests.fmcg.test_acceptance.test_invoice"}], "titlePath": ["tests", "fmcg", "test_acceptance", "test_invoice.py", "TestFmcgAcceptanceInvoice"]}