{"name": "test_replenishment_from_order_proper[Uzbekistan-STORAGE]", "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_replenishment_from_order_proper[Uzbekistan-STORAGE]>>\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 0x7694e25e4490>\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": "4dbc7df8-8910-4a4c-8fd6-eeb330a6df9e-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)"}, {"name": "wms_warehouses_storage_cells", "value": "'STORAGE'"}], "start": 1775724159238, "stop": 1775724159238, "uuid": "2dc46db5-53d6-4de1-a63f-a15845ca497f", "historyId": "5ec0b6abc960644622d5d1646d0c1965", "testCaseId": "237be3872bc9291c7cd79f935d4366bf", "fullName": "tests.wms.test_replenishment.test_replenishment.TestReplenishment#test_replenishment_from_order_proper", "labels": [{"name": "feature", "value": "Replenishment"}, {"name": "tag", "value": "dm-wms-be-service-replenishment"}, {"name": "parentSuite", "value": "tests.wms.test_replenishment"}, {"name": "suite", "value": "test_replenishment"}, {"name": "subSuite", "value": "TestReplenishment"}, {"name": "host", "value": "runner-1rdl4o-mi-project-9-concurrent-9-94y5erxc"}, {"name": "thread", "value": "22-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "tests.wms.test_replenishment.test_replenishment"}], "titlePath": ["tests", "wms", "test_replenishment", "test_replenishment.py", "TestReplenishment"]}