Skip to content

Commit

Permalink
remove unintended costs mock (#2867)
Browse files Browse the repository at this point in the history
remove unintended costs mock
  • Loading branch information
guybartal committed Nov 14, 2022
1 parent 0eea513 commit a18229e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api_app/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.13"
__version__ = "0.5.14"
2 changes: 1 addition & 1 deletion api_app/services/cost_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class CostService:

def __init__(self):
self.scope = "/subscriptions/{}".format(config.SUBSCRIPTION_ID)
self.client = CostManagementClient(credential=credentials.get_credential(), base_url="https://7b51abd8-dca0-4c5e-9f07-36ff74023532.mock.pstmn.io")
self.client = CostManagementClient(credential=credentials.get_credential())
self.resource_client = ResourceManagementClient(credentials.get_credential(), config.SUBSCRIPTION_ID)

def query_tre_costs(self, tre_id, granularity: GranularityEnum, from_date: datetime, to_date: datetime,
Expand Down

0 comments on commit a18229e

Please sign in to comment.