Skip to content

Commit

Permalink
Added redirect uri
Browse files Browse the repository at this point in the history
  • Loading branch information
helen-brown committed Oct 3, 2023
1 parent 6fe3663 commit fcce9a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def get_authorization_code_token(
):
data = {"client_id": app["credentials"][0]["consumerKey"],
"client_secret": app["credentials"][0]["consumerSecret"],
"redirect_uri": "http://example.com",
"grant_type": "authorization_code"}

resp = requests.post(f"{get_oath_url(environment)}/token", data=data)
Expand Down

0 comments on commit fcce9a0

Please sign in to comment.