Skip to content
Prev Previous commit
Next Next commit
Fixed typo in get_all_wlans.
  • Loading branch information
Collin-Koss committed Jul 13, 2023
commit 4f1f77d5ac6f6be548c4bfb433bcfd514ed703f4
2 changes: 1 addition & 1 deletion pycentral/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,6 @@ def get_all_wlans(self, conn, group_name):
`pycentral.ArubaCentralBase`.
:rtype: dict
"""
path = urlJoin(urls.WLAN["GET"], group_name)
path = urlJoin(urls.WLAN["GET_ALL"], group_name)
resp = conn.command(apiMethod="GET", apiPath=path)
return resp