Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed Sep 30, 2023
1 parent 77a7d6f commit 7a0d82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/module_utils/jbossnetwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_authenticated_session(module, sso_url, validate_certs, client_id, client
}

# Initialize Session
session = Request(validate_certs=validate_certs, headers={0})
session = Request(validate_certs=validate_certs, headers={})

try:
token_request = session.post("{0}/auth/realms/redhat-external/protocol/openid-connect/token".format(sso_url), data=urlencode(token_request_data))
Expand Down

0 comments on commit 7a0d82e

Please sign in to comment.