From 05f5958a1fc0373c2922b6e3a61103238039396f Mon Sep 17 00:00:00 2001 From: Thirumalesh Aaraveti <97395760+athiruma@users.noreply.github.com> Date: Mon, 4 Dec 2023 21:03:07 +0530 Subject: [PATCH] Fixed the azure test case (#699) --- .../azure/cost_management/test_cost_management_operations.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration/cloud_governance/common/clouds/azure/cost_management/test_cost_management_operations.py b/tests/integration/cloud_governance/common/clouds/azure/cost_management/test_cost_management_operations.py index c6c99b2e..46c804fa 100644 --- a/tests/integration/cloud_governance/common/clouds/azure/cost_management/test_cost_management_operations.py +++ b/tests/integration/cloud_governance/common/clouds/azure/cost_management/test_cost_management_operations.py @@ -21,7 +21,8 @@ def test_get_usage(): granularity=granularity ) assert cost_usage_data - assert False + else: + assert False def test_get_forecast():