Skip to content

Commit

Permalink
Key
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleitnick committed Dec 10, 2024
1 parent 850a33b commit 53de559
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 @@ -24,7 +24,7 @@ def run_tests():

headers = {
"Content-Type": "application/json",
"x-api-key": os.getenv("RBXCLOUD_API_KEY"),
"x-api-key": os.getenv("API_KEY"),
}

res = requests.post(endpoint, data=data, headers=headers)
Expand Down

0 comments on commit 53de559

Please sign in to comment.