{"name": "test_inventory_create_cancel[Uzbekistan]", "status": "broken", "statusDetails": {"message": "AttributeError: 'NoneType' object has no attribute 'order_source'", "trace": "wms_warehouses = WMSProviderWarehouseStockDTO(warehouse=WMSWarehouse(id=1693627, first_mile_id=<DeliveryFirstMileId.Uzbekistan: 12>, ff...EST-01'>, packing_zone_id='', qa_zone=<WMSZoneIds.QA_UZ_ZONE: 31>, email=None, phone=None), provider=None, stocks=None)\nrequest = <SubRequest 'wms_warehouses_storage_cells' for <Function test_inventory_create_cancel[Uzbekistan]>>\n\n    @pytest.fixture(scope=\"function\")\n    def wms_warehouses_storage_cells(wms_warehouses, request):\n        cell_type = request.param if \"param\" in dir(request) else AvailabilityCellPickingType.PICKUP\n        with allure.step(\"cell creation\"):\n            cell = new_free_cell(zone_id=wms_warehouses.warehouse.qa_zone, cell_picking_type=cell_type, clear=True)\n        with allure.step(\"stocks increment\"):\n            stocks = (\n>               WMSStockBuilder(warehouse=wms_warehouses.warehouse)\n                .set_user()\n                .set_user_auth()\n                .set_cell(cell)\n                .create_items(barcode_count=1)\n                .stocks_add_to_cell()\n            )\n\nsrc/framework/wms/fixtures/availability/topology_cell.py:141: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = <src.framework.wms.builders.availability.stock.WMSStockBuilder object at 0x79254ce1ead0>\nuser = None, items = None, provider = None\nwarehouse = WMSWarehouse(id=1693627, first_mile_id=<DeliveryFirstMileId.Uzbekistan: 12>, ff_id='WH_TASHKENT', hub_last_mile_id=0, ...ble.UP_AUTOTEST_01: 'UP-AUTOTEST-01'>, packing_zone_id='', qa_zone=<WMSZoneIds.QA_UZ_ZONE: 31>, email=None, phone=None)\norder_source = None, headers = None\n\n    def __init__(\n        self,\n        user: WMSAccount | None = None,\n        items: list[WMSItemQty] = None,\n        provider: WMSProvider | None = None,\n        warehouse: WMSWarehouse = WMSWarehouses.Uzbekistan.value,\n        order_source: str | None = None,  # deprecated\n        headers: dict = None,\n    ):\n        super().__init__(warehouse=warehouse, user=user, headers=headers)\n        self.cell_key = None\n        self.items = items\n        self.invoice_id = None\n        self.provider = provider\n>       self.order_source = provider.order_source\n                            ^^^^^^^^^^^^^^^^^^^^^\nE       AttributeError: 'NoneType' object has no attribute 'order_source'\n\nsrc/framework/wms/builders/availability/stock.py:37: AttributeError"}, "attachments": [{"name": "log", "source": "c5b59513-3c0b-4d5a-aa97-8485f35e134a-attachment.txt", "type": "text/plain"}], "parameters": [{"name": "wms_warehouses", "value": "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'), WMSProvider(last_mile='Ozon', 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.OZON: 'OZON'>, provider_name='Ozon')], 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": 1775724158899, "stop": 1775724158899, "uuid": "f2233c06-44de-4a5e-b1f6-f65795dabbf5", "historyId": "9564822906040321bec69a547aa4c711", "testCaseId": "cfa9e331a3c35595fa043d908e1cb1fc", "fullName": "tests.wms.test_inventory.test_inventory_create_cancel.TestInventory#test_inventory_create_cancel", "labels": [{"name": "feature", "value": "Inventory creation"}, {"name": "tag", "value": "dm-wms-be-service-inventory"}, {"name": "parentSuite", "value": "tests.wms.test_inventory"}, {"name": "suite", "value": "test_inventory_create_cancel"}, {"name": "subSuite", "value": "TestInventory"}, {"name": "host", "value": "runner-1rdl4o-mi-project-9-concurrent-7-cxjwmtta"}, {"name": "thread", "value": "22-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "tests.wms.test_inventory.test_inventory_create_cancel"}], "titlePath": ["tests", "wms", "test_inventory", "test_inventory_create_cancel.py", "TestInventory"]}