From f3ee6e26e09b756e198b9d733c8cbe732ca89ac2 Mon Sep 17 00:00:00 2001 From: Andrew Yang Date: Fri, 15 Nov 2024 14:07:23 +1100 Subject: [PATCH] chore: update key --- sample/Tests/src/fetch_otp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/Tests/src/fetch_otp.py b/sample/Tests/src/fetch_otp.py index cc612db7..1513c4e7 100644 --- a/sample/Tests/src/fetch_otp.py +++ b/sample/Tests/src/fetch_otp.py @@ -8,7 +8,7 @@ def get_mailslurp_client(): configuration = mailslurp_client.Configuration() - configuration.api_key['x-api-key'] = '***REMOVED***' #os.getenv('MAILSLURP_API_KEY') + configuration.api_key['x-api-key'] = os.getenv('MAILSLURP_API_KEY') api_client = mailslurp_client.ApiClient(configuration) waitfor_controller = WaitForControllerApi(api_client) return waitfor_controller