{"name": "test_stock_event_order_new_order_cancel[Uzbekistan_id]", "status": "broken", "statusDetails": {"message": "AttributeError: 'NoneType' object has no attribute 'phone'", "trace": "ff_warehouse = FFWarehouseStockDTO(warehouse_id=1693627, stocks=None)\nrequest = <SubRequest 'ff_warehouse_stocks' for <Function test_stock_event_order_new_order_cancel[Uzbekistan_id]>>\n\n    @pytest.fixture(scope=\"function\")\n    def ff_warehouse_stocks(ff_warehouse, request) -> Generator[FFWarehouseStockDTO, Any, None]:\n        # Получаем sku_amount из параметра теста, если он есть, иначе используем значение по умолчанию\n        sku_amount = getattr(request, \"param\", None) if hasattr(request, \"param\") else None\n    \n        with allure.step(\"create sku in FF.Supply\"):\n>           stocks = FFSupplyBuilder().set_user_auth().create_skus(sku_amount=sku_amount)\n                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nsrc/framework/fulfillment/fixtures/common.py:24: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = <src.framework.fulfillment.builders.supply.stock.FFSupplyBuilder object at 0x7f6772a2b210>\ntoken = None\n\n    def set_user_auth(self, token: str = None):\n>       token = token if token else sign_in(self.user.phone).access_token\n                                            ^^^^^^^^^^^^^^^\nE       AttributeError: 'NoneType' object has no attribute 'phone'\n\nsrc/framework/fulfillment/builders/common.py:41: AttributeError"}, "description": "\n        Проверка того, что ORDER_NEW и ORDER_CANCEL ивенты обрабатываются сервисом FF Stock\n        ", "parameters": [{"name": "ff_warehouse", "value": "<Warehouses.Uzbekistan_id: 1693627>"}], "start": 1775431429351, "stop": 1775431429351, "uuid": "4c3ac783-1805-4c22-987d-88002675faa9", "historyId": "b23a2a84579ccbd962cc64f91fed7bfa", "testCaseId": "abfc78341776bd16e8a8d7607ab29869", "fullName": "tests.fulfillment.test_stock.test_stock.TestStock#test_stock_event_order_new_order_cancel", "labels": [{"name": "feature", "value": "stock_event"}, {"name": "tag", "value": "dm-ff-be-service-stock"}, {"name": "parentSuite", "value": "tests.fulfillment.test_stock"}, {"name": "suite", "value": "test_stock"}, {"name": "subSuite", "value": "TestStock"}, {"name": "host", "value": "runner-1rdl4o-mi-project-9-concurrent-3-4194pnkt"}, {"name": "thread", "value": "22-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "tests.fulfillment.test_stock.test_stock"}], "titlePath": ["tests", "fulfillment", "test_stock", "test_stock.py", "TestStock"]}