diff --git a/run_tests.py b/run_tests.py index f3ab72b4..43251b90 100644 --- a/run_tests.py +++ b/run_tests.py @@ -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)