Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
tenant level user cannot access provider API
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilkp93 committed Nov 4, 2024
1 parent f6dfcf5 commit 9d319b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalystwan/api/mtt_aaa_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def delete_radius(self):
:param radius_server:
:return: True|False
"""
logger.debug("Delete RADIUS config {self.tenant_org_name}")
logger.debug("Delete RADIUS config {self.tenant_org_name}")
return self.session.delete(self.url_path)

def get_radius(self) -> TenantRadiusServer:
Expand Down

0 comments on commit 9d319b5

Please sign in to comment.