{"name": "test_creation_with_batch[True]", "status": "broken", "statusDetails": {"message": "zipfile.BadZipFile: File is not a zip file", "trace": "self = <tests.fulfillment.test_supply.test_integration.TestIntegrationWithYandex object at 0x763e7fb48850>\nget_ff_supply_auth_header = {'Authorization': 'Bearer f5eb6ddf-4e2b-45e8-b875-1f32f68b12b9', 'x-aer-mesh': 'dm-hub-service-package:master;dm-hub-s...hub-internal:master;dm-hub-workflow-integration:master;dm-hub-workflow-package:master;dm-hub-workflow-tracking:master'}\nenable_batch_upload = True, clear_db_of_taken_users = None\n\n    @pytest.mark.parametrize(\"enable_batch_upload\", [True, False])\n    def test_creation_with_batch(self, get_ff_supply_auth_header, enable_batch_upload, clear_db_of_taken_users):\n        invoice = (\n            FFSupplyBuilder(headers=get_ff_supply_auth_header)\n>           .create_items(sku_amount=2, from_batch=enable_batch_upload)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n            .set_invoice_status(status=FFSupplyInvoiceStatuses.ACCEPTANCE_IN_PROGRESS.name)\n            .invoice_data\n        )\n\ntests/fulfillment/test_supply/test_integration.py:16: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \nsrc/framework/fulfillment/builders/supply/stock.py:83: in create_items\n    SKUBuilder(headers=self.headers).batch_upload(sku_batch_data)\nsrc/framework/fulfillment/builders/supply/sku.py:94: in batch_upload\n    write_table = XLSXData(template_for_batch).validate_headers(TableHeaders.Sku.value).write(data)\n                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nsrc/framework/common/helpers/xlsx.py:160: in __init__\n    self.workbook = openpyxl.load_workbook(filename=self.file)\n                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n/usr/local/lib/python3.11/site-packages/openpyxl/reader/excel.py:346: in load_workbook\n    reader = ExcelReader(filename, read_only, keep_vba,\n/usr/local/lib/python3.11/site-packages/openpyxl/reader/excel.py:123: in __init__\n    self.archive = _validate_archive(fn)\n                   ^^^^^^^^^^^^^^^^^^^^^\n/usr/local/lib/python3.11/site-packages/openpyxl/reader/excel.py:95: in _validate_archive\n    archive = ZipFile(filename, 'r')\n              ^^^^^^^^^^^^^^^^^^^^^^\n/usr/local/lib/python3.11/zipfile.py:1329: in __init__\n    self._RealGetContents()\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = <zipfile.ZipFile [closed]>\n\n    def _RealGetContents(self):\n        \"\"\"Read in the table of contents for the ZIP file.\"\"\"\n        fp = self.fp\n        try:\n            endrec = _EndRecData(fp)\n        except OSError:\n            raise BadZipFile(\"File is not a zip file\")\n        if not endrec:\n>           raise BadZipFile(\"File is not a zip file\")\nE           zipfile.BadZipFile: File is not a zip file\n\n/usr/local/lib/python3.11/zipfile.py:1396: BadZipFile"}, "attachments": [{"name": "log", "source": "927588ee-7ad0-40f0-9300-a837c691aec0-attachment.txt", "type": "text/plain"}], "parameters": [{"name": "enable_batch_upload", "value": "True"}], "start": 1775517839101, "stop": 1775517839201, "uuid": "9bc6232e-8468-46bf-b9b0-51d2f5aca9d3", "historyId": "237f44e222f63a7bfe210800f34cb066", "testCaseId": "8c5600455f3760ad64d90d264a04ef2a", "fullName": "tests.fulfillment.test_supply.test_integration.TestIntegrationWithYandex#test_creation_with_batch", "labels": [{"name": "tag", "value": "dm-ff-be-service-supply"}, {"name": "parentSuite", "value": "tests.fulfillment.test_supply"}, {"name": "suite", "value": "test_integration"}, {"name": "subSuite", "value": "TestIntegrationWithYandex"}, {"name": "host", "value": "runner-1rdl4o-mi-project-9-concurrent-1-nf7l5zqw"}, {"name": "thread", "value": "42-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "tests.fulfillment.test_supply.test_integration"}], "titlePath": ["tests", "fulfillment", "test_supply", "test_integration.py", "TestIntegrationWithYandex"]}