Skip to content

Commit

Permalink
integrated integration tests for the reading clusters methods
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdiwahada committed Nov 28, 2024
1 parent bb9c9e4 commit 2dd6b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/antares/service/api_services/renewable_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def read_renewables(
self,
area_id: str,
) -> List[RenewableCluster]:
url = "self._base_url/studies/self.study_id/areas/area_id/clusters/renewable"
url = f"{self._base_url}/studies/{self.study_id}/areas/{area_id}/clusters/renewable"
json_renewables = self._wrapper.get(url).json()

renewables = []
Expand Down

0 comments on commit 2dd6b7a

Please sign in to comment.