Skip to content

Commit

Permalink
JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleitnick committed Dec 10, 2024
1 parent 53de559 commit dc32871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def run_tests():
"x-api-key": os.getenv("API_KEY"),
}

res = requests.post(endpoint, data=data, headers=headers)
res = requests.post(endpoint, data=json.dumps(data), headers=headers)
res_json = res.json()

print(res_json)
Expand Down

0 comments on commit dc32871

Please sign in to comment.