Skip to content

Commit

Permalink
Merge pull request #653 from el-deano/patch_sys_health_get_method
Browse files Browse the repository at this point in the history
fix health.py read_health_status GET method
  • Loading branch information
jeffwecan committed Dec 14, 2020
2 parents 7a8642e + 998a8d5 commit 969fac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hvac/api/system_backend/health.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def read_health_status(self, standby_ok=None, active_code=None, standby_code=Non
api_path = utils.format_url('/v1/sys/health')
return self._adapter.get(
url=api_path,
json=params,
params=params,
raise_exception=False,
)
else:
Expand Down

0 comments on commit 969fac9

Please sign in to comment.