Skip to content

Commit

Permalink
Updated assets for python
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar <[email protected]>
  • Loading branch information
sagarpsalvi committed May 6, 2024
1 parent b0d6ec9 commit 72afe0f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/avi/sdk/utils/ansible_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,7 @@ def avi_ansible_api(module, obj_type, sensitive_fields):
token=api_context['csrftoken'],
port=api_creds.port,
session_id=api_context['session_id'],
csrftoken=api_context['csrftoken'],
ssl_cert=api_context['ssl_cert'],
ssl_key=api_context['ssl_key'])
csrftoken=api_context['csrftoken'])
else:
api = ApiSession.get_session(
api_creds.controller,
Expand Down

0 comments on commit 72afe0f

Please sign in to comment.