{"name": "test_login_logout_unbind_worker_from_packing_table[Uzbekistan]", "status": "failed", "statusDetails": {"message": "AssertionError: Handler: POST https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/oauth/custom/token; \n Expected status code: 200; \n Actual status code: 500; \n Response body: {\"timestamp\":\"2026-04-09T08:42:54.760+00:00\",\"status\":500,\"error\":\"Internal Server Error\",\"message\":\"Invalid refresh token: 9b716c1d-9c47-4796-9656-e6fc7896e5f9\",\"path\":\"/oauth/custom/token\"}; \n X-Aer-Trace-Id: e1353c0d974bf072258415e0f56eb837", "trace": "self = <tests.wms.test_assembly.test_big_bag.TestBigBag object at 0x7aa6dbcf7a90>\nwms_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)\n\n    def test_login_logout_unbind_worker_from_packing_table(self, wms_warehouses):\n        (\n            WMSBigBagBuilder(warehouse=wms_warehouses.warehouse)\n            # Check assembly.packing_table.worker_id that fild is null, before start\n            # .set_user(wms_warehouses.user)\n            .set_user()\n            .check_worker_id_field_in_db()\n            # Set assembly.packing_table.worker_id fild and check that fild is filled now\n            .update_worker_id_field_in_db(worker_id=True)\n            .check_worker_id_field_in_db(expected_value=True)\n            # Login and check that worker was unbound from packing_table\n            .login_or_refresh()\n            .check_worker_id_field_in_db()\n            # Bind worker to tabel and check assembly.packing_table.worker_id fild is filled again\n            .bind_worker_to_table()\n            .check_worker_id_field_in_db(expected_value=True)\n            # Refresh token and check that worker still bounded to packing_table\n>           .login_or_refresh(need_refresh=True)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n            .check_worker_id_field_in_db(expected_value=True)\n            # Logout and check that worker was unbound from packing_table\n            .logout()\n            .check_worker_id_field_in_db()\n        )\n\ntests/wms/test_assembly/test_big_bag.py:31: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \nsrc/framework/wms/builders/assembly/big_bag.py:103: in login_or_refresh\n    login = WMSAccountBuilder(warehouse=self.warehouse, user=self.user).login_or_refresh(\nsrc/framework/common/utils/utils.py:204: in wrapped_f\n    return Retrying(\n/usr/local/lib/python3.11/site-packages/retrying.py:289: in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n/usr/local/lib/python3.11/site-packages/retrying.py:326: in get\n    raise exc.with_traceback(tb)\n/usr/local/lib/python3.11/site-packages/retrying.py:273: in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\nsrc/framework/wms/builders/account/login.py:37: in login_or_refresh\n    response = CustomTokenEndpointApi().oauth_custom_token_post(body=body).urllib3_response.data\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_account/api/custom_token_endpoint_api.py:53: in oauth_custom_token_post\n    return self.oauth_custom_token_post_with_http_info(body, **kwargs)  # noqa: E501\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_account/api/custom_token_endpoint_api.py:121: in oauth_custom_token_post_with_http_info\n    return self.api_client.call_api(\n/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_account/api_client.py:339: in call_api\n    return self.__call_api(resource_path, method,\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = <qacl_dm_wms_be_service_account.api_client.ApiClient object at 0x7aa6da1a5b90>\nresource_path = '/oauth/custom/token', method = 'POST', path_params = {}\nquery_params = []\nheader_params = {'Accept': 'application/json', 'Content-Type': 'application/json', 'User-Agent': 'Swagger-Codegen/1.0.23+develop/python', 'x-aer-app-name': 'python-autotests', ...}\nbody = {'grant_type': 'refresh_token', 'refresh_token': '9b716c1d-9c47-4796-9656-e6fc7896e5f9'}\npost_params = [], files = {}, response_type = 'OAuth2AccessToken'\nauth_settings = ['wms-authorization'], _return_http_data_only = False\ncollection_formats = {}, _preload_content = True, _request_timeout = None\nexpected_status_code = <HTTPStatus.OK: 200>\n\n    def __call_api(\n            self, resource_path, method, path_params=None,\n            query_params=None, header_params=None, body=None, post_params=None,\n            files=None, response_type=None, auth_settings=None,\n            _return_http_data_only=None, collection_formats=None,\n            _preload_content=True, _request_timeout=None,\n            expected_status_code=HTTPStatus.OK):\n    \n        config = self.configuration\n    \n        # header parameters\n        header_params = header_params or {}\n        header_params.update(self.default_headers)\n        if self.cookie:\n            header_params['Cookie'] = self.cookie\n        if header_params:\n            header_params = self.sanitize_for_serialization(header_params)\n            header_params = dict(self.parameters_to_tuples(header_params,\n                                                           collection_formats))\n    \n        # path parameters\n        if path_params:\n            path_params = self.sanitize_for_serialization(path_params)\n            path_params = self.parameters_to_tuples(path_params,\n                                                    collection_formats)\n            for k, v in path_params:\n                # specified safe chars, encode everything\n                resource_path = resource_path.replace(\n                    '{%s}' % k,\n                    quote(str(v), safe=config.safe_chars_for_path_param)\n                )\n    \n        # query parameters\n        if query_params:\n            query_params = self.sanitize_for_serialization(query_params)\n            query_params = self.parameters_to_tuples(query_params,\n                                                     collection_formats)\n    \n        # post parameters\n        if post_params or files:\n            post_params = self.prepare_post_parameters(post_params, files)\n            post_params = self.sanitize_for_serialization(post_params)\n            post_params = self.parameters_to_tuples(post_params,\n                                                    collection_formats)\n    \n        # auth setting\n        self.update_params_for_auth(header_params, query_params, auth_settings)\n    \n        # body\n        if body:\n            body = self.sanitize_for_serialization(body)\n    \n        # request url\n        url = self.configuration.host + resource_path\n    \n        # perform request and return response\n        response_data = self.request(\n            method, url, query_params=query_params, headers=header_params,\n            post_params=post_params, body=body,\n            _preload_content=_preload_content,\n            _request_timeout=_request_timeout)\n    \n        self.last_response = response_data\n    \n        return_data = response_data\n    \n        try:\n            response_data.data\n            trace_id = response_data.urllib3_response.headers.get('x-aer-trace-id', \"\")\n        except:\n            assert response_data.status == expected_status_code, \\\n                f'Handler: {method} {url}; \\n ' \\\n                f'Expected status code: {expected_status_code}; \\n ' \\\n                f'Actual status code: {response_data.status}'\n        else:\n>           assert response_data.status == expected_status_code, \\\n                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n                f'Handler: {method} {url}; \\n ' \\\n                f'Expected status code: {expected_status_code}; \\n ' \\\n                f'Actual status code: {response_data.status}; \\n ' \\\n                f'Response body: {response_data.data}; \\n ' \\\n                f'X-Aer-Trace-Id: {trace_id}'\nE           AssertionError: Handler: POST https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/oauth/custom/token; \nE            Expected status code: 200; \nE            Actual status code: 500; \nE            Response body: {\"timestamp\":\"2026-04-09T08:42:54.760+00:00\",\"status\":500,\"error\":\"Internal Server Error\",\"message\":\"Invalid refresh token: 9b716c1d-9c47-4796-9656-e6fc7896e5f9\",\"path\":\"/oauth/custom/token\"}; \nE            X-Aer-Trace-Id: e1353c0d974bf072258415e0f56eb837\n\n/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_account/api_client.py:172: AssertionError"}, "steps": [{"name": "AssemblyPackingTable add to database", "status": "passed", "steps": [{"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "b8852519-48f8-4289-aa78-ecb4640a560c-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "fb885005-336a-4f67-a823-9f0004f5dea1-attachment.json", "type": "application/json"}], "start": 1775724156385, "stop": 1775724156385}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "047da9d9-cfaa-4367-bb41-0cd456a10e8c-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "17e4074f-c8a5-4d0e-b911-ecd950574bee-attachment.json", "type": "application/json"}], "start": 1775724156386, "stop": 1775724156386}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "79554dcf-844f-42b1-976d-ac80c1bc87ad-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "a7d69ed4-57b8-4e2b-8cca-1511d4635d57-attachment.json", "type": "application/json"}], "start": 1775724156387, "stop": 1775724156387}, {"name": "SQLAlchemy query INSERT ", "status": "passed", "attachments": [{"name": "query", "source": "2b79b1ac-a85c-4244-83f7-718e9ace7630-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "780a62e9-3f5c-47a3-9622-8b2091f56452-attachment.json", "type": "application/json"}], "start": 1775724156389, "stop": 1775724156389}], "start": 1775724156373, "stop": 1775724156392}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "a0a246d8-0c5b-40a9-9e7e-618b1ed65821-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "05190c05-287d-4f13-96a3-d29b300255ab-attachment.json", "type": "application/json"}], "start": 1775724156405, "stop": 1775724156406}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "91cf0a6a-0a79-456d-91d1-da50e740e97e-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "e566c061-8116-493f-b556-161747f0fe8f-attachment.json", "type": "application/json"}], "start": 1775724156406, "stop": 1775724156406}, {"name": "SQLAlchemy query UNDEFINED ", "status": "passed", "attachments": [{"name": "query", "source": "c06374bf-77a4-4d5c-9ad6-f216697587fa-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "b19f15dd-2e05-4f09-8055-de65729451f5-attachment.json", "type": "application/json"}], "start": 1775724156407, "stop": 1775724156407}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "cc5c3697-373c-4e24-b186-3097fb6e66c1-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "0dff6e79-d7d1-49cd-9d68-0aa3ca806b41-attachment.json", "type": "application/json"}], "start": 1775724156418, "stop": 1775724156418}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "f35f0294-c848-494f-bd6c-f4f13af6bd39-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "a59cb54f-a170-4794-a6ff-ae0620fa77bb-attachment.json", "type": "application/json"}], "start": 1775724156421, "stop": 1775724156421}, {"name": "Waiter function: login_or_refresh", "status": "passed", "steps": [{"name": "POST → https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/oauth/custom/token", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "07694459-a032-4707-ada1-804d995f0378-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "e0e25e31-06cb-41a5-be27-07dc546ac1e6-attachment.json", "type": "application/json"}], "start": 1775724156465, "stop": 1775724156465}, {"name": "Response → 200, trace_id: f6718bd674424fe66c4cde5842b2ec5a", "status": "passed", "attachments": [{"name": "response.headers", "source": "126a0c99-41a6-4547-9a4d-1ffba97fccff-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "371b55f7-a403-4459-8464-d8557ef9d98b-attachment.json", "type": "application/json"}], "start": 1775724156465, "stop": 1775724156466}], "attachments": [{"name": "cURL", "source": "f09f9275-1948-4caf-bc9f-0e5c5cad21c0-attachment.txt", "type": "text/plain"}], "start": 1775724156465, "stop": 1775724156466}], "start": 1775724156422, "stop": 1775724156469}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/assembly/packing-tables/bind-worker", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "3d746d3b-e1dd-4f11-b121-756f0681c574-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "6433949e-2881-4738-ab08-6942d60c64d6-attachment.json", "type": "application/json"}], "start": 1775724156521, "stop": 1775724156521}, {"name": "Response → 200, trace_id: 397914a250b06c83f0efb9b0c08203b6", "status": "passed", "attachments": [{"name": "response.headers", "source": "7a34ae9e-ad27-43c6-bab9-aaf8d9b5ddd6-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "0732f234-15d9-4c40-a672-c5042355e0f7-attachment.json", "type": "application/json"}], "start": 1775724156521, "stop": 1775724156522}], "attachments": [{"name": "cURL", "source": "0c695c4c-4e77-444e-aad6-94bb9eba411b-attachment.txt", "type": "text/plain"}], "start": 1775724156521, "stop": 1775724156522}, {"name": "Waiter function: login_or_refresh", "status": "failed", "statusDetails": {"message": "AssertionError: Handler: POST https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/oauth/custom/token; \n Expected status code: 200; \n Actual status code: 500; \n Response body: {\"timestamp\":\"2026-04-09T08:42:54.760+00:00\",\"status\":500,\"error\":\"Internal Server Error\",\"message\":\"Invalid refresh token: 9b716c1d-9c47-4796-9656-e6fc7896e5f9\",\"path\":\"/oauth/custom/token\"}; \n X-Aer-Trace-Id: e1353c0d974bf072258415e0f56eb837\n", "trace": "  File \"/app/src/framework/common/utils/utils.py\", line 204, in wrapped_f\n    return Retrying(\n           ^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 289, in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 326, in get\n    raise exc.with_traceback(tb)\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 273, in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\n  File \"/app/src/framework/wms/builders/account/login.py\", line 37, in login_or_refresh\n    response = CustomTokenEndpointApi().oauth_custom_token_post(body=body).urllib3_response.data\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_account/api/custom_token_endpoint_api.py\", line 53, in oauth_custom_token_post\n    return self.oauth_custom_token_post_with_http_info(body, **kwargs)  # noqa: E501\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_account/api/custom_token_endpoint_api.py\", line 121, in oauth_custom_token_post_with_http_info\n    return self.api_client.call_api(\n           ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_account/api_client.py\", line 339, in call_api\n    return self.__call_api(resource_path, method,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_account/api_client.py\", line 172, in __call_api\n    assert response_data.status == expected_status_code, \\\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n"}, "steps": [{"name": "POST → https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/oauth/custom/token", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "e343eecf-f57b-43ee-97fc-304cae6a64f8-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "b12a2b5a-c04e-46a3-bec5-18bf6639616d-attachment.json", "type": "application/json"}], "start": 1775724156561, "stop": 1775724156562}, {"name": "Response → 500, trace_id: ed587271ebb81fcfbff1c00a099263fb", "status": "passed", "attachments": [{"name": "response.headers", "source": "c59e7733-33df-44ae-a5be-6783817e4996-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "8e1e2ca3-5468-4447-be51-83e058d65a04-attachment.json", "type": "application/json"}], "start": 1775724156562, "stop": 1775724156562}], "attachments": [{"name": "cURL", "source": "064f9237-4a0e-49e8-9560-ed9b76e7a6da-attachment.txt", "type": "text/plain"}], "start": 1775724156561, "stop": 1775724156562}, {"name": "POST → https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/oauth/custom/token", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "84c0b354-f43f-4f39-98db-6180475faac6-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "51baea56-84c5-44e1-a34d-4e5c7c7b63cc-attachment.json", "type": "application/json"}], "start": 1775724158581, "stop": 1775724158582}, {"name": "Response → 500, trace_id: a2177f4dd58d93efca755ffc7b7c5159", "status": "passed", "attachments": [{"name": "response.headers", "source": "38124b2b-f4bb-4ad7-bbb5-f6654fe3e729-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "2cbf9f26-ba70-4e2e-9b01-1dd2465b0a12-attachment.json", "type": "application/json"}], "start": 1775724158582, "stop": 1775724158582}], "attachments": [{"name": "cURL", "source": "be8ef232-a8ad-4899-bac1-556540c7cd02-attachment.txt", "type": "text/plain"}], "start": 1775724158581, "stop": 1775724158582}, {"name": "POST → https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/oauth/custom/token", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "9518dfda-8f32-4e4b-b387-a0d5913273ad-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "9c7003c8-98d6-48a9-b1d8-981a0bc8fc46-attachment.json", "type": "application/json"}], "start": 1775724160603, "stop": 1775724160603}, {"name": "Response → 500, trace_id: 44819577aeea776fcfa14810646a2bb6", "status": "passed", "attachments": [{"name": "response.headers", "source": "5bfc2ce7-eab0-4cf7-abbe-376ac2d03d50-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "de4d5a1d-a2ec-4b4a-bfb4-663966c14c98-attachment.json", "type": "application/json"}], "start": 1775724160603, "stop": 1775724160603}], "attachments": [{"name": "cURL", "source": "fd8c0404-4142-474f-9355-f43cf21dd1b4-attachment.txt", "type": "text/plain"}], "start": 1775724160603, "stop": 1775724160603}, {"name": "POST → https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/oauth/custom/token", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "7ff32244-91b8-4548-907b-bc3e2a8287ba-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "4cbdfa70-58f7-4df0-88d1-a110af7d174d-attachment.json", "type": "application/json"}], "start": 1775724162626, "stop": 1775724162626}, {"name": "Response → 500, trace_id: dee455be45f928eaeea5a452d9c3a2bb", "status": "passed", "attachments": [{"name": "response.headers", "source": "9365c7ac-3c25-4192-bc8d-7cc6f4bdb8ec-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "9ffeaea0-5298-4c4c-818e-1c125690ccea-attachment.json", "type": "application/json"}], "start": 1775724162626, "stop": 1775724162626}], "attachments": [{"name": "cURL", "source": "b4815414-4a44-4a8b-a4ee-1b9c59935615-attachment.txt", "type": "text/plain"}], "start": 1775724162626, "stop": 1775724162626}, {"name": "POST → https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/oauth/custom/token", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "241acc02-b819-442e-b91a-1fb06ed2212f-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "308568c7-1525-49d9-8cab-4aeedcca9fe7-attachment.json", "type": "application/json"}], "start": 1775724164649, "stop": 1775724164649}, {"name": "Response → 500, trace_id: 80afba29cdcb17b3dcdaa55e38ad7875", "status": "passed", "attachments": [{"name": "response.headers", "source": "2f13c8b9-57d2-4007-a810-a05bcafc87cf-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "e5444389-4210-41ab-934d-63fbfe8091c6-attachment.json", "type": "application/json"}], "start": 1775724164649, "stop": 1775724164649}], "attachments": [{"name": "cURL", "source": "5850a46d-f408-4c2f-8ef4-c8b4acc983cf-attachment.txt", "type": "text/plain"}], "start": 1775724164648, "stop": 1775724164649}, {"name": "POST → https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/oauth/custom/token", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "42b90b5c-0e88-471f-9aa9-03d0959fad38-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "84da9889-8b6f-41e7-a8ec-a3b2bc8d7346-attachment.json", "type": "application/json"}], "start": 1775724166672, "stop": 1775724166672}, {"name": "Response → 500, trace_id: d622b85ac0feb4e64748fcbdd1d9417d", "status": "passed", "attachments": [{"name": "response.headers", "source": "b3f18009-979c-4934-a0ab-fc7c6bbd2cdf-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "f59bed2f-012f-46aa-b9a8-e5124a7881dc-attachment.json", "type": "application/json"}], "start": 1775724166672, "stop": 1775724166672}], "attachments": [{"name": "cURL", "source": "6d59515b-1040-4c2b-b7fe-64373d69f811-attachment.txt", "type": "text/plain"}], "start": 1775724166672, "stop": 1775724166672}, {"name": "POST → https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/oauth/custom/token", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "1aab30a0-b810-42b2-b5bc-8840f1402575-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "83d829f5-24ca-4e4b-bef6-ddb7764dd9d6-attachment.json", "type": "application/json"}], "start": 1775724168694, "stop": 1775724168694}, {"name": "Response → 500, trace_id: d0b2198f352aa9ad4a274be384ebdae6", "status": "passed", "attachments": [{"name": "response.headers", "source": "1660dc81-f59b-420d-94f4-bff1a1fcee9b-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "a2b26aba-3f11-4153-bbd4-c782aa82881a-attachment.json", "type": "application/json"}], "start": 1775724168694, "stop": 1775724168694}], "attachments": [{"name": "cURL", "source": "2873f869-61d8-4454-b83c-3678bd7f35da-attachment.txt", "type": "text/plain"}], "start": 1775724168694, "stop": 1775724168694}, {"name": "POST → https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/oauth/custom/token", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "c9eac500-a99b-42f9-8483-3124747bbebd-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "83166380-8966-47aa-9a57-23c480cf810d-attachment.json", "type": "application/json"}], "start": 1775724170716, "stop": 1775724170717}, {"name": "Response → 500, trace_id: ff912a1b052473ec63b4e2625495d4a9", "status": "passed", "attachments": [{"name": "response.headers", "source": "497ca947-37d0-4e62-80c5-09f522b6cb7e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "5d34541b-2ea2-46eb-b3eb-0fcc87c321b4-attachment.json", "type": "application/json"}], "start": 1775724170717, "stop": 1775724170717}], "attachments": [{"name": "cURL", "source": "05a31ac1-00fb-49cd-95ae-3c069b7f3b51-attachment.txt", "type": "text/plain"}], "start": 1775724170716, "stop": 1775724170717}, {"name": "POST → https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/oauth/custom/token", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "ca463549-b8a5-4de2-88fc-818750af6440-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "1c9f3069-5c16-4c55-8356-d5171f985ce2-attachment.json", "type": "application/json"}], "start": 1775724172739, "stop": 1775724172739}, {"name": "Response → 500, trace_id: 9a7033ca2dccc6c7835a828263948c65", "status": "passed", "attachments": [{"name": "response.headers", "source": "4d94f62c-3c6e-4d93-93d5-288eda861392-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "03e662fb-c46f-44ce-b983-5b6932d649e1-attachment.json", "type": "application/json"}], "start": 1775724172739, "stop": 1775724172739}], "attachments": [{"name": "cURL", "source": "a31729b7-9441-4066-ab3c-ebbf6da9f600-attachment.txt", "type": "text/plain"}], "start": 1775724172739, "stop": 1775724172740}, {"name": "POST → https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/oauth/custom/token", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "12d80da4-be75-407f-a240-0d455e1dc4cd-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "2a18ca64-bf7d-4eeb-a058-2161d3dea000-attachment.json", "type": "application/json"}], "start": 1775724174761, "stop": 1775724174761}, {"name": "Response → 500, trace_id: e1353c0d974bf072258415e0f56eb837", "status": "passed", "attachments": [{"name": "response.headers", "source": "d646ae98-aaa6-43c6-9697-1edeb86c53eb-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "b20a6abf-3c21-49ac-857d-c0f4ed0b5f34-attachment.json", "type": "application/json"}], "start": 1775724174761, "stop": 1775724174762}], "attachments": [{"name": "cURL", "source": "654f5042-4a28-4e0f-949c-51097b9ac04b-attachment.txt", "type": "text/plain"}], "start": 1775724174761, "stop": 1775724174762}], "start": 1775724156526, "stop": 1775724174765}], "attachments": [{"name": "log", "source": "63523cb9-145e-41e1-8f01-3707e86288ab-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": 1775724155986, "stop": 1775724174765, "uuid": "4482764b-9bf5-4bd2-a128-d2066670a17d", "historyId": "d81948b9f13907951783ccc3e7708c46", "testCaseId": "2f1903ffed8e2904b8d10aa9d30713a4", "fullName": "tests.wms.test_assembly.test_big_bag.TestBigBag#test_login_logout_unbind_worker_from_packing_table", "labels": [{"name": "feature", "value": "The Big Bag Theory"}, {"name": "tag", "value": "dm-wms-be-service-assembly"}, {"name": "parentSuite", "value": "tests.wms.test_assembly"}, {"name": "suite", "value": "test_big_bag"}, {"name": "subSuite", "value": "TestBigBag"}, {"name": "host", "value": "runner-1rdl4o-mi-project-9-concurrent-3-1oiarb3l"}, {"name": "thread", "value": "22-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "tests.wms.test_assembly.test_big_bag"}], "titlePath": ["tests", "wms", "test_assembly", "test_big_bag.py", "TestBigBag"]}