{"name": "test_sku_batch_upload", "status": "broken", "statusDetails": {"message": "zipfile.BadZipFile: File is not a zip file", "trace": "self = <tests.fulfillment.test_supply.test_sku.TestSKUBatch object at 0x727cdc544e50>\nget_ff_supply_auth_header = {'Authorization': 'Bearer 8dca8284-9530-4f92-9858-c569bd0e9c7a', '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'}\n\n    def test_sku_batch_upload(self, get_ff_supply_auth_header):\n        list_sku_for_batch_file = [SKUBatch(is_price_float=False).to_dict() for _ in range(SKU_NUMBERS_FOR_BATCH_FILE)]\n        external_sku_ids = [i.get(\"external_sku_id\") for i in list_sku_for_batch_file]\n>       SKUBuilder(headers=get_ff_supply_auth_header).batch_upload(data=list_sku_for_batch_file)\n\ntests/fulfillment/test_supply/test_sku.py:68: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \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": "435f2e7d-ad66-415d-ae20-778b0be7acd4-attachment.txt", "type": "text/plain"}], "start": 1775517839121, "stop": 1775517839203, "uuid": "374100b9-951f-45d0-b493-ff306b6c9c68", "historyId": "bd92a138bd673e9aba2ff1577ef1c997", "testCaseId": "bd92a138bd673e9aba2ff1577ef1c997", "fullName": "tests.fulfillment.test_supply.test_sku.TestSKUBatch#test_sku_batch_upload", "labels": [{"name": "tag", "value": "dm-ff-be-service-supply"}, {"name": "parentSuite", "value": "tests.fulfillment.test_supply"}, {"name": "suite", "value": "test_sku"}, {"name": "subSuite", "value": "TestSKUBatch"}, {"name": "host", "value": "runner-1rdl4o-mi-project-9-concurrent-1-nf7l5zqw"}, {"name": "thread", "value": "45-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "tests.fulfillment.test_supply.test_sku"}], "titlePath": ["tests", "fulfillment", "test_supply", "test_sku.py", "TestSKUBatch"]}