Skip to content

Commit

Permalink
(HP-1233): remove comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
george42-ctds committed Oct 13, 2023
1 parent 142df06 commit ac3cc0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion files/scripts/healdata/heal-cedar-data-ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def get_client_token(client_id: str, client_secret: str):
token_url = f"http://revproxy-service/user/oauth2/token"
headers = {'Content-Type': 'application/x-www-form-urlencoded'}
params = {'grant_type': 'client_credentials'}
# CEDAR job has openid, user, test-client
data = 'scope=openid user data'

token_result = requests.post(
Expand Down

0 comments on commit ac3cc0f

Please sign in to comment.