{"name": "test_invoice_accept[params0-fmcg_warehouse_invoice0]", "status": "failed", "statusDetails": {"message": "AssertionError: 409 PUT https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/attach-to-stock-cell-barcode: {\"message\":\"Cell GPG-1-1-8-01 is already occupied by pallet PLT-0000001045\",\"localizedMessage\":\"Ячейка GPG-1-1-8-01 уже занята паллетой PLT-0000001045\"}, x-aer-trace-id: 4ed36399161fdcf1f2ac4570cdbe0678", "trace": "self = <tests.fmcg.test_acceptance.test_invoice.TestFmcgAcceptanceInvoice object at 0x74b23d761250>\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=...48455a831'), invoice=<src.framework.fmcg.builders.acceptance.v1_invoice.V1FmcgInvoiceBuilder object at 0x74b23c1827d0>)\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 [409]>\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: 409 PUT https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/attach-to-stock-cell-barcode: {\"message\":\"Cell GPG-1-1-8-01 is already occupied by pallet PLT-0000001045\",\"localizedMessage\":\"Ячейка GPG-1-1-8-01 уже занята паллетой PLT-0000001045\"}, x-aer-trace-id: 4ed36399161fdcf1f2ac4570cdbe0678\n\nsrc/framework/common/api.py:138: AssertionError"}, "steps": [{"name": "Waiter function: wait_invoice", "status": "passed", "start": 1775518928036, "stop": 1775518928037}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance/invoices", "status": "passed", "attachments": [{"name": "Request", "source": "00c3825f-bd50-47ba-9e71-99ee9aad7930-attachment.json", "type": "application/json"}, {"name": "Response", "source": "2c4f8f1d-3fc8-457d-a1a1-0523633ed5ae-attachment.json", "type": "application/json"}], "start": 1775518928037, "stop": 1775518928089}, {"name": "Waiter function: wait_invoice", "status": "passed", "start": 1775518928090, "stop": 1775518928092}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance/task/pick", "status": "passed", "attachments": [{"name": "Request", "source": "3f0abcc0-7e53-4741-a389-522f74b372e8-attachment.json", "type": "application/json"}, {"name": "Response", "source": "d09afeb0-ff94-4ba0-94f6-c5678a6feec2-attachment.json", "type": "application/json"}], "start": 1775518928094, "stop": 1775518928200}, {"name": "Waiter function: wait_unloading_task", "status": "passed", "start": 1775518928201, "stop": 1775518928204}, {"name": "Waiter function: wait_invoice", "status": "passed", "start": 1775518928204, "stop": 1775518928205}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/generate-barcodes", "status": "passed", "attachments": [{"name": "Request", "source": "aa8ec1c1-068b-4358-83dc-bfc9d7ee64b3-attachment.json", "type": "application/json"}, {"name": "Response", "source": "43a1267b-6679-4e56-8d05-1f650b20e182-attachment.json", "type": "application/json"}], "start": 1775518928205, "stop": 1775518928251}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance-item", "status": "passed", "attachments": [{"name": "Request", "source": "3fa843cc-d877-4457-8aa2-3df1e84f3fbe-attachment.json", "type": "application/json"}, {"name": "Response", "source": "5f65cecb-7211-4479-b352-b71c46143ebb-attachment.json", "type": "application/json"}], "start": 1775518928254, "stop": 1775518928478}, {"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": "84e5ab2d-3223-4b80-b98d-37063891e382-attachment.json", "type": "application/json"}, {"name": "Response", "source": "5cf5697d-ae59-45b2-9a5c-b1bfcc825c95-attachment.json", "type": "application/json"}], "start": 1775518928479, "stop": 1775518928580}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/barcode", "status": "passed", "attachments": [{"name": "Request", "source": "5f51c022-9469-43c3-8601-e16ebb93bc78-attachment.json", "type": "application/json"}, {"name": "Response", "source": "c68beabc-8fed-4803-a60d-9e637182afb3-attachment.json", "type": "application/json"}], "start": 1775518928581, "stop": 1775518928684}, {"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": "1724f3aa-85a5-4db5-9d6f-4942a5786c07-attachment.json", "type": "application/json"}, {"name": "Response", "source": "86e11780-4f5d-4b5b-8aa7-19bbc9ceab35-attachment.json", "type": "application/json"}], "start": 1775518928685, "stop": 1775518928785}, {"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": "a80c5eab-dff8-4d08-b616-5de4683a80a1-attachment.json", "type": "application/json"}, {"name": "Response", "source": "b19558a0-e08d-4269-bc05-ccc25391314b-attachment.json", "type": "application/json"}], "start": 1775518928786, "stop": 1775518928817}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance/task/pick", "status": "passed", "attachments": [{"name": "Request", "source": "bb25271a-5f1d-4ca8-a421-c136298cc994-attachment.json", "type": "application/json"}, {"name": "Response", "source": "686399d5-8f15-43d9-a2e0-b40448593731-attachment.json", "type": "application/json"}], "start": 1775518928819, "stop": 1775518928853}, {"name": "Waiter function: wait_unloading_task", "status": "passed", "start": 1775518928854, "stop": 1775518928855}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/generate-barcodes", "status": "passed", "attachments": [{"name": "Request", "source": "ab60d771-d111-4304-8c2b-b2abeae287f0-attachment.json", "type": "application/json"}, {"name": "Response", "source": "c7dd989a-6afb-4db1-a334-2bcaacabffff-attachment.json", "type": "application/json"}], "start": 1775518928855, "stop": 1775518928882}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance-item", "status": "passed", "attachments": [{"name": "Request", "source": "c11c2f77-8c8f-4264-93ff-16ec4831dd3a-attachment.json", "type": "application/json"}, {"name": "Response", "source": "57203019-cc69-4130-b6f5-029a99924f81-attachment.json", "type": "application/json"}], "start": 1775518928882, "stop": 1775518928913}, {"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": "21897c4c-25b9-463e-8826-01746a3ffc43-attachment.json", "type": "application/json"}, {"name": "Response", "source": "cdd889d6-f447-4f4d-a066-669ed9eb0204-attachment.json", "type": "application/json"}], "start": 1775518928914, "stop": 1775518928945}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/barcode", "status": "passed", "attachments": [{"name": "Request", "source": "6d42f8dd-d863-4af5-9276-4687121e198d-attachment.json", "type": "application/json"}, {"name": "Response", "source": "7a14bb3a-9d2f-416d-b4e5-78394b02b949-attachment.json", "type": "application/json"}], "start": 1775518928946, "stop": 1775518928982}, {"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": "ecfc1cb4-b016-419a-bc59-5a9507a09896-attachment.json", "type": "application/json"}, {"name": "Response", "source": "2120f675-4af2-4996-acbe-683a7c025bb0-attachment.json", "type": "application/json"}], "start": 1775518928983, "stop": 1775518929011}, {"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": "bd02b2a2-58bd-48fa-8bee-0145d3c99a35-attachment.json", "type": "application/json"}, {"name": "Response", "source": "ed10381a-8409-4aee-bd49-22656cff8e46-attachment.json", "type": "application/json"}], "start": 1775518929012, "stop": 1775518929043}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance/task/pick", "status": "passed", "attachments": [{"name": "Request", "source": "0dc4c67d-7a36-4c69-bba0-e02cd19b5a8a-attachment.json", "type": "application/json"}, {"name": "Response", "source": "ed1dedb2-38ed-4a68-83af-e0ce03f43344-attachment.json", "type": "application/json"}], "start": 1775518929046, "stop": 1775518929080}, {"name": "Waiter function: wait_unloading_task", "status": "passed", "start": 1775518929081, "stop": 1775518929082}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/generate-barcodes", "status": "passed", "attachments": [{"name": "Request", "source": "38142315-6669-4a1e-9467-3fd7b0f3dc01-attachment.json", "type": "application/json"}, {"name": "Response", "source": "affdd898-59be-4824-bbde-a567f4d6fc25-attachment.json", "type": "application/json"}], "start": 1775518929082, "stop": 1775518929108}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance-item", "status": "passed", "attachments": [{"name": "Request", "source": "2c7df49f-e8e2-4bca-8e52-31534398b20a-attachment.json", "type": "application/json"}, {"name": "Response", "source": "01cf78db-1678-4942-8e07-5a91806b5bca-attachment.json", "type": "application/json"}], "start": 1775518929109, "stop": 1775518929139}, {"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": "36ce264d-3b34-4839-b40b-ee295b8fe3e4-attachment.json", "type": "application/json"}, {"name": "Response", "source": "f73cdd03-effd-4700-81e6-fe8f0aef83d6-attachment.json", "type": "application/json"}], "start": 1775518929140, "stop": 1775518929186}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/barcode", "status": "passed", "attachments": [{"name": "Request", "source": "8ebaeaa3-571c-47e2-a84e-269345563363-attachment.json", "type": "application/json"}, {"name": "Response", "source": "5cea8e73-80cb-4047-a9ec-53ebdd67c769-attachment.json", "type": "application/json"}], "start": 1775518929187, "stop": 1775518929225}, {"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": "0a40e4f8-4906-42f2-8f60-775fd1b266f4-attachment.json", "type": "application/json"}, {"name": "Response", "source": "c4c55a29-9093-4138-97ef-935144518515-attachment.json", "type": "application/json"}], "start": 1775518929226, "stop": 1775518929253}, {"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": "0d437a5d-03c0-4d47-82fd-29b6d932f158-attachment.json", "type": "application/json"}, {"name": "Response", "source": "e7508897-7b56-471b-9148-8277b1307229-attachment.json", "type": "application/json"}], "start": 1775518929254, "stop": 1775518929281}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance/task/pick", "status": "passed", "attachments": [{"name": "Request", "source": "90d58010-fd3e-4a30-b24d-6d97f0e3bc0c-attachment.json", "type": "application/json"}, {"name": "Response", "source": "50ea2267-7ca3-49ef-b222-ddf568589dc2-attachment.json", "type": "application/json"}], "start": 1775518929284, "stop": 1775518929317}, {"name": "Waiter function: wait_unloading_task", "status": "passed", "start": 1775518929317, "stop": 1775518929319}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/generate-barcodes", "status": "passed", "attachments": [{"name": "Request", "source": "ab10e970-a666-424d-a2a1-84cac78b15af-attachment.json", "type": "application/json"}, {"name": "Response", "source": "92802f42-a9aa-40e4-8702-274fcd08f033-attachment.json", "type": "application/json"}], "start": 1775518929319, "stop": 1775518929343}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance-item", "status": "passed", "attachments": [{"name": "Request", "source": "53f60811-3fff-4a3d-8e6a-b85c26874467-attachment.json", "type": "application/json"}, {"name": "Response", "source": "6695aa3e-6e44-4fe0-9c67-5d2f6f862d2b-attachment.json", "type": "application/json"}], "start": 1775518929344, "stop": 1775518929374}, {"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": "e6e3f444-3b44-4dbd-adda-7ba3e53b1095-attachment.json", "type": "application/json"}, {"name": "Response", "source": "f48f3d39-0fac-486b-9571-067ff2fc93dc-attachment.json", "type": "application/json"}], "start": 1775518929374, "stop": 1775518929404}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/barcode", "status": "passed", "attachments": [{"name": "Request", "source": "9771fbe8-0b23-4dcc-91b0-ee7b73aaafbf-attachment.json", "type": "application/json"}, {"name": "Response", "source": "2bf5e067-f689-4c7d-8f7c-aa9f47fcba2f-attachment.json", "type": "application/json"}], "start": 1775518929405, "stop": 1775518929439}, {"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": "1c776fd7-cb79-4fa3-97c8-9f471b881a87-attachment.json", "type": "application/json"}, {"name": "Response", "source": "ba9858dd-9f63-48ba-a9a1-784693824022-attachment.json", "type": "application/json"}], "start": 1775518929440, "stop": 1775518929467}, {"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": "0f8d57bd-22ef-4275-84fd-5b82f0d1458f-attachment.json", "type": "application/json"}, {"name": "Response", "source": "f6b06416-7138-4d65-8c9c-d8f708dd89b8-attachment.json", "type": "application/json"}], "start": 1775518929468, "stop": 1775518929498}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance/task/pick", "status": "passed", "attachments": [{"name": "Request", "source": "7b139ff5-48dd-4811-aa43-f013ff9c5d7f-attachment.json", "type": "application/json"}, {"name": "Response", "source": "356f6bfb-33d7-435c-937e-decdd5569717-attachment.json", "type": "application/json"}], "start": 1775518929501, "stop": 1775518929535}, {"name": "Waiter function: wait_unloading_task", "status": "passed", "start": 1775518929536, "stop": 1775518929537}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/generate-barcodes", "status": "passed", "attachments": [{"name": "Request", "source": "8b951d53-c5c2-4728-85b2-268caa5730c5-attachment.json", "type": "application/json"}, {"name": "Response", "source": "cbe2b21d-ceae-4403-99ee-4140519ced44-attachment.json", "type": "application/json"}], "start": 1775518929537, "stop": 1775518929561}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance-item", "status": "passed", "attachments": [{"name": "Request", "source": "d29a8406-4d31-443b-96e0-ee4baaa25314-attachment.json", "type": "application/json"}, {"name": "Response", "source": "a0230274-b5d1-41c2-85c9-a965e869f83f-attachment.json", "type": "application/json"}], "start": 1775518929561, "stop": 1775518929589}, {"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": "cf94f97e-52bb-4058-8f77-7f17638e39fa-attachment.json", "type": "application/json"}, {"name": "Response", "source": "8840e004-6cbe-40d8-831f-4802c000fd9f-attachment.json", "type": "application/json"}], "start": 1775518929590, "stop": 1775518929620}, {"name": "PUT → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/barcode", "status": "passed", "attachments": [{"name": "Request", "source": "788f6c93-9045-45c8-b088-1acf6352d30f-attachment.json", "type": "application/json"}, {"name": "Response", "source": "98e14d90-e02e-47ec-91e2-e876a2d1364d-attachment.json", "type": "application/json"}], "start": 1775518929620, "stop": 1775518929656}, {"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": "a0238dc0-e073-4b2f-98fe-7d77f6922bae-attachment.json", "type": "application/json"}, {"name": "Response", "source": "5a882ec1-daf3-4683-892b-3c17bb7952c5-attachment.json", "type": "application/json"}], "start": 1775518929657, "stop": 1775518929684}, {"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": "db4a0e46-2b23-4015-bb2f-4b0da6610bb5-attachment.json", "type": "application/json"}, {"name": "Response", "source": "36326bb3-902d-4a2b-8a93-3c751d50a9c4-attachment.json", "type": "application/json"}], "start": 1775518929684, "stop": 1775518929711}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/acceptance/finalize", "status": "passed", "attachments": [{"name": "Request", "source": "a84e6dac-874c-43d8-875d-138947bf34ed-attachment.json", "type": "application/json"}, {"name": "Response", "source": "25720778-5d93-4d43-a464-9290235c139d-attachment.json", "type": "application/json"}], "start": 1775518929712, "stop": 1775518929748}, {"name": "Waiter function: wait_invoice", "status": "passed", "start": 1775518929749, "stop": 1775518929751}, {"name": "Waiter function: wait_placed_unloading_task", "status": "passed", "start": 1775518929751, "stop": 1775518929753}, {"name": "POST → https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet", "status": "passed", "attachments": [{"name": "Request", "source": "9214307d-1d88-4fd1-8f47-abba22726e28-attachment.json", "type": "application/json"}, {"name": "Response", "source": "7e8aa187-3091-4003-be8e-1ec3616595e8-attachment.json", "type": "application/json"}], "start": 1775518929754, "stop": 1775518929793}, {"name": "Waiter function: wait_placed_unloading_task", "status": "passed", "start": 1775518929794, "stop": 1775518929796}, {"name": "Waiter function: wait_invoice", "status": "passed", "start": 1775518929796, "stop": 1775518929796}, {"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: 409 PUT https://dm-fmcg-be-facade-fe.k8s-review.dailymail-tech.uz/api/v1/pallet/attach-to-stock-cell-barcode: {\"message\":\"Cell GPG-1-1-8-01 is already occupied by pallet PLT-0000001045\",\"localizedMessage\":\"Ячейка GPG-1-1-8-01 уже занята паллетой PLT-0000001045\"}, x-aer-trace-id: 4ed36399161fdcf1f2ac4570cdbe0678\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": "d7c4f0d9-ad16-45ef-91fd-62b722875244-attachment.json", "type": "application/json"}, {"name": "Response", "source": "8c6bdb8b-f489-45dc-90c1-d2805a2d10b5-attachment.json", "type": "application/json"}], "start": 1775518929799, "stop": 1775518929840}], "attachments": [{"name": "log", "source": "cfd88f6a-06c6-4eb6-bcfd-14916626c5a3-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=9, sku_id=None, barcode='', is_bundle=False, bundle_quantity=1, has_mark=False, has_expiration_date=False)]}"}], "start": 1775518928036, "stop": 1775518929840, "uuid": "586d4577-4584-49ac-8dca-44c07cda05a0", "historyId": "a1202779a05de016b16fb3cb169f1fbd", "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-svsoomfa"}, {"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"]}