============================= test session starts ============================== platform darwin -- Python 3.11.9, pytest-7.4.4, pluggy-1.5.0 rootdir: /Users/swadhinkumardhal/go/src/opensource/platform-services-python-sdk plugins: cov-4.1.0 collected 32 items test/integration/test_resource_controller_v2.py ........................ [ 75%] ........ [100%] =============================== warnings summary =============================== test/integration/test_resource_controller_v2.py::TestResourceControllerV2::test_53_cancel_last_operation test/integration/test_resource_controller_v2.py::TestResourceControllerV2::test_53_cancel_last_operation /Users/swadhinkumardhal/go/src/opensource/platform-services-python-sdk/venv/lib/python3.11/site-packages/ibm_cloud_sdk_core/api_exception.py:56: DeprecationWarning: Using the `code` attribute on the `ApiException` is deprecated and will be removed in the future. Use `status_code` instead. warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================== 32 passed, 2 warnings in 123.15s (0:02:03) ==================