Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chandra1-n authored Apr 24, 2024
1 parent 0a196c1 commit 76863e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotinst_sdk2/clients/ocean/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1976,7 +1976,7 @@ def get_aggregated_summary_costs(self, ocean_id: str, aggregated_cluster_costs:
aggregated_summary_costs_response = self.send_post(
body=body_json,
url=self.__base_ocean_cluster_url + "/" + ocean_id + "/aggregatedCosts/summary",
entity_name='ocean (display summary costs)')
entity_name='ocean (aggregated summary costs)')

formatted_response = self.convert_json(
aggregated_summary_costs_response, self.camel_to_underscore)
Expand Down

0 comments on commit 76863e9

Please sign in to comment.