From 53de559315ca9eb81704edbf2166ad4a2a35d184 Mon Sep 17 00:00:00 2001 From: Stephen Leitnick Date: Mon, 9 Dec 2024 19:03:03 -0500 Subject: [PATCH] Key --- run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)